From 27225d66029dfd9ea9c6ca6bf550d1cfc9affeb6 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 12 Jun 2006 08:07:39 +0000 Subject: [PATCH] Silence a warning. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2650 --- src/cpu/core_dyn_x86/decoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;