summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/powerpc/fpu/fpu_emu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/fpu/fpu_emu.c b/sys/powerpc/fpu/fpu_emu.c
index 011b999..6d4e20c 100644
--- a/sys/powerpc/fpu/fpu_emu.c
+++ b/sys/powerpc/fpu/fpu_emu.c
@@ -185,8 +185,8 @@ fpu_dumpfpn(struct fpn *fp)
int
fpu_emulate(struct trapframe *frame, struct fpu *fpf)
{
- static union instr insn;
- static struct fpemu fe;
+ union instr insn;
+ struct fpemu fe;
static int lastill = 0;
int sig;
OpenPOWER on IntegriCloud