From 0e2fe48ee7fc6485bb43090779a506353710a167 Mon Sep 17 00:00:00 2001 From: Martin Perner Date: Tue, 11 Jan 2011 17:16:40 +0100 Subject: [PATCH] sim: wrong outputname for xor wrote or instead --- 3c_disasm/instr/xor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3c_disasm/instr/xor.cpp b/3c_disasm/instr/xor.cpp index 900dbc3..8a0a0b2 100644 --- a/3c_disasm/instr/xor.cpp +++ b/3c_disasm/instr/xor.cpp @@ -38,7 +38,7 @@ extern "C" void destroy_instruction(Iinstr* p) { Cxor::Cxor() { opcode = B5(01000); - name = "or"; + name = "xor"; } void Cxor::evalInstr() -- 2.25.1