target/m68k: Remove DISAS_JUMP_NEXT as unused

Backports commit 707ddb5ac6f91309ff6ed6bec988ed8100846f50 from qemu
This commit is contained in:
Richard Henderson 2018-06-15 10:46:24 -04:00 committed by Lioncash
parent 76b8bd614d
commit c2fe05f7d9
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -188,7 +188,6 @@ static void do_writebacks(DisasContext *s)
/* is_jmp field values */ /* is_jmp field values */
#define DISAS_JUMP DISAS_TARGET_0 /* only pc was modified dynamically */ #define DISAS_JUMP DISAS_TARGET_0 /* only pc was modified dynamically */
#define DISAS_UPDATE DISAS_TARGET_1 /* cpu state 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) #if defined(CONFIG_USER_ONLY)
#define IS_USER(s) 1 #define IS_USER(s) 1