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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]