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

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


The following commit(s) were added to refs/heads/emm-dev by this push:
     new 9b37537d Fix note.sgxmeta section size
9b37537d is described below

commit 9b37537daf3116ed176cd2e836063356337479f5
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]

Reply via email to