summaryrefslogtreecommitdiff
path: root/Plan9/arm/include/emu.h
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2016-03-16 21:12:41 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2016-03-16 21:12:41 +0000
commitf60356712426da98d6097355b9a571cf4b13943b (patch)
tree973efe6875871f295d947d8d96fb4168ebc996ca /Plan9/arm/include/emu.h
parent4967dadcdf358bb3b8237f5a877490b87d3d2b8a (diff)
define FPU for hardware fp
Diffstat (limited to 'Plan9/arm/include/emu.h')
-rw-r--r--Plan9/arm/include/emu.h2
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;