Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176903
b: refs/heads/master
c: 0592079
h: refs/heads/master
i:
  176901: d76a5fd
  176899: 6b0495f
  176895: 55d9bbb
v: v3
  • Loading branch information
David Daney authored and Kyle McMartin committed Dec 16, 2009
1 parent 86a11f8 commit 0d0d878
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: 6ad6c4245e4ed0b88f5ee379c04c834b52b272a6
refs/heads/master: 05920797ca4c55b3c0629bc0eeb6fe634c196952
4 changes: 2 additions & 2 deletions trunk/arch/parisc/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"\t.popsection" \
: : "i" (__FILE__), "i" (__LINE__), \
"i" (0), "i" (sizeof(struct bug_entry)) ); \
for(;;) ; \
unreachable(); \
} while(0)

#else
#define BUG() \
do { \
asm volatile(PARISC_BUG_BREAK_ASM : : ); \
for(;;) ; \
unreachable(); \
} while(0)
#endif

Expand Down

0 comments on commit 0d0d878

Please sign in to comment.