Fix a typo
This commit is contained in:
parent
ed7f83562a
commit
53f8ade4de
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
static char __preallocated_memory[OCCLUM_BUILTIN_VM_USER_SPACE_SIZE]
|
static char __preallocated_memory[OCCLUM_BUILTIN_VM_USER_SPACE_SIZE]
|
||||||
__attribute__ ((
|
__attribute__ ((
|
||||||
section(".exectuable_data,\"awx\",@nobits#"),
|
section(".executable_data,\"awx\",@nobits#"),
|
||||||
aligned(4096))) = {0};
|
aligned(4096))) = {0};
|
||||||
|
|
||||||
void vm_get_preallocated_user_space_memory(void** paddr, size_t* psize) {
|
void vm_get_preallocated_user_space_memory(void** paddr, size_t* psize) {
|
||||||
|
Loading…
Reference in New Issue
Block a user