diff options
Diffstat (limited to 'linux/104new-segment.subx')
-rw-r--r-- | linux/104new-segment.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/104new-segment.subx b/linux/104new-segment.subx index 4c249abe..723e1afb 100644 --- a/linux/104new-segment.subx +++ b/linux/104new-segment.subx @@ -33,7 +33,7 @@ Entry: # manual test 8b/copy 0/mod/indirect 1/rm32/ecx . . . 0/r32/eax . . # copy *ecx to eax # write to *eax to check that we have access to the newly-allocated segment c7 0/subop/copy 0/mod/direct 0/rm32/eax . . . . . 0x34/imm32 # copy to *eax - # syscall(exit, eax) + # syscall_exit(eax) 89/copy 3/mod/direct 3/rm32/ebx . . . 0/r32/eax . . # copy eax to ebx e8/call syscall_exit/disp32 |