]> Git Repo - qemu.git/commit
target/mips: Guard check_insn_opc_user_only with INSN_R5900 check
authorFredrik Noring <[email protected]>
Wed, 7 Nov 2018 19:19:34 +0000 (20:19 +0100)
committerAleksandar Markovic <[email protected]>
Sat, 17 Nov 2018 18:29:34 +0000 (19:29 +0100)
commit55fc7a69aa38f5ec726e862caf4e4394caca04a8
tree1045d104cc48adbb2ba634d5350890cf76d3591a
parent9dc324ce66807cc231fe890d4031de595ad1cf72
target/mips: Guard check_insn_opc_user_only with INSN_R5900 check

Avoid using check_opc_user_only() as a decision making code wrt
various architectures. Use ctx->insn_flags checks instead.

Reviewed-by: Aleksandar Markovic <[email protected]>
Signed-off-by: Fredrik Noring <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
target/mips/translate.c
This page took 0.026923 seconds and 4 git commands to generate.