mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
qemu-log: use LOG_UNIMP for some target CPU cases
Use LOG_UNIMP for some target CPU cases. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Acked-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
dafdf1abfd
commit
71547a3bf3
5 changed files with 58 additions and 38 deletions
|
@ -5098,7 +5098,7 @@ static void disas_s390_insn(DisasContext *s)
|
|||
disas_ed(s, op, r1, x2, b2, d2, r1b);
|
||||
break;
|
||||
default:
|
||||
LOG_DISAS("unimplemented opcode 0x%x\n", opc);
|
||||
qemu_log_mask(LOG_UNIMP, "unimplemented opcode 0x%x\n", opc);
|
||||
gen_illegal_opcode(s, ilc);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue