39,43c39
< #ifdef SS_COMPATIBLE_DISASSEMBLY
< return originalDisassembly;
< #else
< return csprintf("%-10s (%s)", "nop", originalDisassembly);
< #endif
---
> return csprintf("%-10s %s", "nop", originalDisassembly);
92c88
< decode_block = 'return new Nop(\"sll r0,r0,0\",machInst);\n'
---
> decode_block = 'return new Nop(\"\",machInst);\n'