mirror of https://gitee.com/openkylin/qemu.git
target-mips: remove POOL48A from the microMIPS decoding
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
e5138db510
commit
31abf92447
target-mips
|
@ -12383,7 +12383,6 @@ static int decode_micromips_opc (CPUMIPSState *env, DisasContext *ctx, int *is_b
|
|||
case LB32:
|
||||
case LH32:
|
||||
case DADDIU32:
|
||||
case POOL48A: /* ??? */
|
||||
case LWC132:
|
||||
case LDC132:
|
||||
case LD32:
|
||||
|
|
Loading…
Reference in New Issue