Fix aarch64

This commit is contained in:
Alex
2023-05-11 18:45:49 +03:00
parent 28ec505b78
commit c7046fe06f
5 changed files with 53 additions and 6 deletions

View File

@ -59,6 +59,8 @@ typedef struct SyscallsFrame
uint32_t StackPointer;
uint32_t StackSegment;
#elif defined(aa64)
uint32_t ReturnAddress;
uint32_t StackPointer;
#endif
} SyscallsFrame;