Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112278
b: refs/heads/master
c: d81030a
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Sep 1, 2008
1 parent b218682 commit 81eb495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e589ed23dd27b890900eb7514f0a9e297d1e02b5
refs/heads/master: d81030a1badb4e4d08358ff2c2bda9b11d5a6559
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern void __bug(const char *file, int line) __attribute__((noreturn));
#else

/* this just causes an oops */
#define BUG() (*(int *)0 = 0)
#define BUG() do { *(int *)0 = 0; } while (1)

#endif

Expand Down

0 comments on commit 81eb495

Please sign in to comment.