And another such warning (how is GCC unaware that it has literally evaluated every possible case?!).

This commit is contained in:
OBattler
2023-05-02 15:22:30 +02:00
parent 5f384427fc
commit 10bf8884b8

View File

@@ -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*/