about summary refs log tree commit diff stats
path: root/subx/020syscalls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/020syscalls.cc')
-rw-r--r--subx/020syscalls.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/020syscalls.cc b/subx/020syscalls.cc
index 6d32ab90..e45fae9c 100644
--- a/subx/020syscalls.cc
+++ b/subx/020syscalls.cc
@@ -1,5 +1,5 @@
-:(before "End Initialize Op Names(name)")
-put_new(name, "cd", "software interrupt (int)");
+:(before "End Initialize Op Names")
+put_new(Name, "cd", "software interrupt (int)");
 
 :(before "End Single-Byte Opcodes")
 case 0xcd: {  // int imm8 (software interrupt)