Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169091
b: refs/heads/master
c: 4ef5651
h: refs/heads/master
i:
  169089: 3a2c02f
  169087: 296244d
v: v3
  • Loading branch information
David Daney authored and Linus Torvalds committed Dec 5, 2009
1 parent 30ba57a commit 21c088c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: a5fc5eba4dfcc284e6adcd7fdcd5b43182230d2b
refs/heads/master: 4ef5651e85589e3aaca704c6d2d7ae7e794e5d25
4 changes: 1 addition & 3 deletions trunk/arch/mips/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
static inline void __noreturn BUG(void)
{
__asm__ __volatile__("break %0" : : "i" (BRK_BUG));
/* Fool GCC into thinking the function doesn't return. */
while (1)
;
unreachable();
}

#define HAVE_ARCH_BUG
Expand Down

0 comments on commit 21c088c

Please sign in to comment.