diff --git a/src/cpu/core_dyn_x86.cpp b/src/cpu/core_dyn_x86.cpp index ebfa816b..fc342519 100644 --- a/src/cpu/core_dyn_x86.cpp +++ b/src/cpu/core_dyn_x86.cpp @@ -165,7 +165,7 @@ static struct { Bit32u readdata; } core_dyn; -struct { +static struct { Bit32u state[32]; FPU_P_Reg temp,temp2; Bit32u dh_fpu_enabled; diff --git a/src/cpu/core_dyn_x86/cache.h b/src/cpu/core_dyn_x86/cache.h index 41512c32..bd2b51ac 100644 --- a/src/cpu/core_dyn_x86/cache.h +++ b/src/cpu/core_dyn_x86/cache.h @@ -531,4 +531,4 @@ static void cache_close(void) { cache_code = NULL; cache_code_link_blocks = NULL; cache_initialized = false; */ -} \ No newline at end of file +}