This is an automated email from the ASF dual-hosted git repository.
rduan pushed a commit to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/v2.0.0-preview by this push:
new 9806deab Fix note.sgxmeta section size
9806deab is described below
commit 9806deabe80d152c99f4679fbc4a60ae63db0eff
Author: volcano <[email protected]>
AuthorDate: Wed Oct 11 15:53:28 2023 +0800
Fix note.sgxmeta section size
---
sgx_trts/src/asm/metadata.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sgx_trts/src/asm/metadata.S b/sgx_trts/src/asm/metadata.S
index 6bd96290..c530d905 100644
--- a/sgx_trts/src/asm/metadata.S
+++ b/sgx_trts/src/asm/metadata.S
@@ -17,7 +17,7 @@
.file "metadata.S"
-.equ METADATA_SIZE, 0x500
+.equ METADATA_SIZE, 0x5000
.section ".note.sgxmeta", "", @note
.p2align 2 /* section alignment */
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]