From 7dac9ade153d736b7a183d073d83b7a17b22b4cc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 10 Jun 2020 23:09:30 -0700 Subject: 6507 - use syscall names everywhere --- apps/tests.subx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/tests.subx') diff --git a/apps/tests.subx b/apps/tests.subx index ff09730a..75f8ef22 100644 --- a/apps/tests.subx +++ b/apps/tests.subx @@ -64,8 +64,7 @@ $subx-tests-main:interactive: # syscall(exit, 0) bb/copy-to-ebx 0/imm32 $subx-tests-main:end: - b8/copy-to-eax 1/imm32/exit - cd/syscall 0x80/imm8 + e8/call syscall_exit/disp32 subx-gen-run-tests: # in: (addr buffered-file), out: (addr buffered-file) # pseudocode -- cgit 1.4.1-2-gfad0