aboutsummaryrefslogtreecommitdiff
path: root/pk/fp.c
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-15 14:32:18 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-15 14:33:12 -0700
commitba0cf0546686acac7e891d9740009bcc4ada73ee (patch)
tree5a80659c0b61aab37e36290875713d7c2a09cd8f /pk/fp.c
parent04c8f1c003bbee2f9b45f5e706103837a6d61a30 (diff)
downloadpk-ba0cf0546686acac7e891d9740009bcc4ada73ee.zip
pk-ba0cf0546686acac7e891d9740009bcc4ada73ee.tar.gz
pk-ba0cf0546686acac7e891d9740009bcc4ada73ee.tar.bz2
[pk] fixed timer interrupt bug, etc.
Diffstat (limited to 'pk/fp.c')
-rw-r--r--pk/fp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pk/fp.c b/pk/fp.c
index 2d369d6..a17bf49 100644
--- a/pk/fp.c
+++ b/pk/fp.c
@@ -195,8 +195,6 @@ int emulate_fp(trapframe_t* tf)
if(have_fp)
put_fp_state(fp_state.fpr,fp_state.fsr);
- advance_pc(tf);
-
return 0;
}