mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-06 15:04:27 +00:00
target/m68k: Remove DISAS_JUMP_NEXT as unused
Backports commit 707ddb5ac6f91309ff6ed6bec988ed8100846f50 from qemu
This commit is contained in:
parent
76b8bd614d
commit
c2fe05f7d9
1 changed files with 0 additions and 1 deletions
|
|
@ -188,7 +188,6 @@ static void do_writebacks(DisasContext *s)
|
|||
/* is_jmp field values */
|
||||
#define DISAS_JUMP DISAS_TARGET_0 /* only pc was modified dynamically */
|
||||
#define DISAS_UPDATE DISAS_TARGET_1 /* cpu state was modified dynamically */
|
||||
#define DISAS_JUMP_NEXT DISAS_TARGET_3
|
||||
|
||||
#if defined(CONFIG_USER_ONLY)
|
||||
#define IS_USER(s) 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue