Fix a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2774
This commit is contained in:
parent
8794a1f844
commit
1780e72528
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -531,4 +531,4 @@ static void cache_close(void) {
|
|||
cache_code = NULL;
|
||||
cache_code_link_blocks = NULL;
|
||||
cache_initialized = false; */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue