diff options
Diffstat (limited to 'subx/020syscalls.cc')
-rw-r--r-- | subx/020syscalls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/020syscalls.cc b/subx/020syscalls.cc index 673e38a3..6d32ab90 100644 --- a/subx/020syscalls.cc +++ b/subx/020syscalls.cc @@ -1,5 +1,5 @@ :(before "End Initialize Op Names(name)") -put(name, "cd", "software interrupt (int)"); +put_new(name, "cd", "software interrupt (int)"); :(before "End Single-Byte Opcodes") case 0xcd: { // int imm8 (software interrupt) |