diff options
Diffstat (limited to 'subx/055trace.subx')
-rw-r--r-- | subx/055trace.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/055trace.subx b/subx/055trace.subx index c3392d5b..1ed42e8a 100644 --- a/subx/055trace.subx +++ b/subx/055trace.subx @@ -45,7 +45,7 @@ Test-trace-stream: # main: (manual test if this is the last file loaded) e8/call run-tests/disp32 # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'. - # exit(Num-test-failures) + # syscall(exit, Num-test-failures) 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 1/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX b8/copy-to-EAX 1/imm32 cd/syscall 0x80/imm8 |