From 06d9b1a5417dedf3fe256fcccbae852e4bdd125c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 13 Oct 2018 23:55:07 -0700 Subject: 4694 Check for duplicate docstrings. --- subx/020syscalls.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/020syscalls.cc') 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) -- cgit 1.4.1-2-gfad0