diff options
| -rw-r--r-- | Plan9/arm/include/emu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plan9/arm/include/emu.h b/Plan9/arm/include/emu.h index a2fac73a..dbb20bd2 100644 --- a/Plan9/arm/include/emu.h +++ b/Plan9/arm/include/emu.h @@ -14,7 +14,7 @@ typedef struct FPU FPU; */ struct FPU { - int dummy[1]; /* XXX what goes here? */ + int fpcsr; }; typedef jmp_buf osjmpbuf; |
