Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234147
b: refs/heads/master
c: 91b51f3
h: refs/heads/master
i:
  234145: 0cf5d1a
  234143: 292e67d
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Mar 14, 2011
1 parent 1e0065a commit 98a4701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a6e4ca1eea8dc364f60ac55884f450a132cd100
refs/heads/master: 91b51f30084911754aed004bd3792f71f7bf0843
4 changes: 2 additions & 2 deletions trunk/arch/mips/math-emu/ieee754int.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


#define COMPXSP \
unsigned xm; int xe; int xs; int xc
unsigned xm; int xe; int xs __maybe_unused; int xc

#define COMPYSP \
unsigned ym; int ye; int ys; int yc
Expand Down Expand Up @@ -104,7 +104,7 @@


#define COMPXDP \
u64 xm; int xe; int xs; int xc
u64 xm; int xe; int xs __maybe_unused; int xc

#define COMPYDP \
u64 ym; int ye; int ys; int yc
Expand Down

0 comments on commit 98a4701

Please sign in to comment.