And another such warning (how is GCC unaware that it has literally evaluated every possible case?!).
This commit is contained in:
@@ -109,7 +109,7 @@ fpu_save_environment(void)
|
||||
static uint32_t
|
||||
fpu_load_environment(void)
|
||||
{
|
||||
unsigned offset;
|
||||
unsigned offset = 0;
|
||||
|
||||
switch ((cr0 & 1) | (cpu_state.op32 & 0x100)) {
|
||||
case 0x000: { /*16-bit real mode*/
|
||||
|
Reference in New Issue
Block a user