A small warning fix to shut up the compiler.

This commit is contained in:
OBattler
2023-05-02 15:20:15 +02:00
parent aa41a9b49c
commit 5f384427fc

View File

@@ -2,7 +2,7 @@ static uint32_t
fpu_save_environment(void) fpu_save_environment(void)
{ {
int tag; int tag;
unsigned offset; unsigned offset = 0;
/* read all registers in stack order and update x87 tag word */ /* read all registers in stack order and update x87 tag word */
for (int n = 0; n < 8; n++) { for (int n = 0; n < 8; n++) {