+11
−7
Loading
The call to gen_logic_imm for OPC_LUI passes -1 for rs. This causes the MIPS_DEBUG statement to seg fault due to the deference of regnames[rs]. This patch fixes that. Signed-off-by:Eric Johnson <ericj@mips.com> Signed-off-by:
Aurelien Jarno <aurelien@aurel32.net> (aurel32: replaced static string formating by a static string)