Rebase against 9b9f7a007786b32a4c80f69ceb6753acdc8c2091.

This commit is contained in:
Alistair Leslie-Hughes
2023-11-23 09:53:41 +11:00
parent 6278681370
commit 8717caf994
3 changed files with 16 additions and 16 deletions

View File

@@ -182,7 +182,7 @@ index 0204139631f..117c238cf44 100644
+ sigaction(SIGSYS, sig_act, NULL);
+
+ frame->syscall_flags = syscall_flags;
+ frame->syscall_table = KeServiceDescriptorTable;
+
+
+ test_syscall = mmap((void *)0x600000000000, 0x1000, PROT_EXEC | PROT_READ | PROT_WRITE,
+ MAP_PRIVATE | MAP_ANON, -1, 0);