From: Martin Perner Date: Tue, 11 Jan 2011 16:16:40 +0000 (+0100) Subject: sim: wrong outputname for xor X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=0e2fe48ee7fc6485bb43090779a506353710a167 sim: wrong outputname for xor wrote or instead --- 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()