Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199326
b: refs/heads/master
c: 550f0d9
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed May 30, 2010
1 parent c209f62 commit 36421df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d24944d924d051281b276be8e5749b45785563c8
refs/heads/master: 550f0d922286556c7ea43974bb7921effb5a5278
1 change: 1 addition & 0 deletions trunk/arch/parisc/math-emu/decode_exc.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ decode_fpu(unsigned int Fpu_register[], unsigned int trap_counts[])
return SIGNALCODE(SIGFPE, FPE_FLTINV);
case DIVISIONBYZEROEXCEPTION:
update_trap_counts(Fpu_register, aflags, bflags, trap_counts);
Clear_excp_register(exception_index);
return SIGNALCODE(SIGFPE, FPE_FLTDIV);
case INEXACTEXCEPTION:
update_trap_counts(Fpu_register, aflags, bflags, trap_counts);
Expand Down

0 comments on commit 36421df

Please sign in to comment.