diff --git a/src/cpu/core_dyn_x86/decoder.h b/src/cpu/core_dyn_x86/decoder.h index 006f4dec..6f17d1ae 100644 --- a/src/cpu/core_dyn_x86/decoder.h +++ b/src/cpu/core_dyn_x86/decoder.h @@ -154,7 +154,8 @@ static INLINE void dyn_set_eip_last(void) { enum save_info_type {exception, cycle_check, normal}; -struct { + +static struct { save_info_type type; DynState state; Bit8u * branch_pos;