You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by rd...@apache.org on 2023/02/06 05:57:23 UTC

[incubator-teaclave-sgx-sdk] branch master updated: Fix number of layout entry for global_data_t

This is an automated email from the ASF dual-hosted git repository.

rduan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ee75754 Fix number of layout entry for global_data_t
6ee75754 is described below

commit 6ee75754f0343a1a2c70125ed907556048a0cbc4
Author: volcano <vo...@163.com>
AuthorDate: Mon Feb 6 13:28:12 2023 +0800

    Fix number of layout entry for global_data_t
---
 sgx_trts/src/enclave.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_trts/src/enclave.rs b/sgx_trts/src/enclave.rs
index 374fbb18..efddf78b 100644
--- a/sgx_trts/src/enclave.rs
+++ b/sgx_trts/src/enclave.rs
@@ -23,7 +23,7 @@
 use sgx_types::metadata::*;
 use sgx_types::*;
 
-pub const LAYOUT_ENTRY_NUM: usize = 42;
+pub const LAYOUT_ENTRY_NUM: usize = 43;
 
 #[link(name = "sgx_trts")]
 extern "C" {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org