1
0
Fork 0

Fix a few warnings.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2774
This commit is contained in:
Peter Veenstra 2007-01-21 14:10:14 +00:00
parent 8794a1f844
commit 1780e72528
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -531,4 +531,4 @@ static void cache_close(void) {
cache_code = NULL;
cache_code_link_blocks = NULL;
cache_initialized = false; */
}
}