From 37da827a31f02025b73c8a8793efb92dec010b01 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 11 Nov 2000 05:42:01 +0000 Subject: * sh-opc.h: The operand of `mov.w r0, (,GBR)' is IMM1, not 0. --- opcodes/sh-opc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/sh-opc.h') diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index 1bfacbed71..334c942c9c 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -400,7 +400,7 @@ sh_opcode_info sh_table[] = { /* 10000001mmmmi4*2 mov.w R0,@(,)*/{"mov.w",{A_R0,A_DISP_REG_M},{HEX_8,HEX_1,REG_M,IMM1_4BY2}, arch_sh1_up}, -/* 11000001i8*2.... mov.w R0,@(,GBR)*/{"mov.w",{A_R0,A_DISP_GBR},{HEX_C,HEX_1,IMM0_8BY2}, arch_sh1_up}, +/* 11000001i8*2.... mov.w R0,@(,GBR)*/{"mov.w",{A_R0,A_DISP_GBR},{HEX_C,HEX_1,IMM1_8BY2}, arch_sh1_up}, /* 11000111i8p4.... mova @(,PC),R0*/{"mova",{A_DISP_PC,A_R0},{HEX_C,HEX_7,PCRELIMM_8BY4}, arch_sh1_up}, /* 0000nnnn11000011 movca.l R0,@ */{"movca.l",{A_R0,A_IND_N},{HEX_0,REG_N,HEX_C,HEX_3}, arch_sh4_up}, -- cgit v1.2.1