Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12287
b: refs/heads/master
c: 89003eb
h: refs/heads/master
i:
  12285: 9e7f6eb
  12283: 9218f2a
  12279: eae60fe
  12271: 44461eb
  12255: ee806d6
  12223: c054f34
  12159: c81bf7b
  12031: f85e109
  11775: 5a178a5
  11263: 64a15b2
  10239: 12a7403
  8191: 08f97ba
v: v3
  • Loading branch information
Paul Mackerras committed Nov 1, 2005
1 parent 435dbb9 commit bd96c62
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: a0e60b2033b30a6bb8479629001cf98e58e4079a
refs/heads/master: 89003ebf9e6a9ccb2327caf72955edd86b274c14
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#ifdef __powerpc64__
#define BUG_TABLE_ENTRY(label, line, file, func) \
".llong " #label "\n .long " #line "\n .llong " #file ", " #func "\n"
".llong " #label ", " #line ", " #file ", " #func "\n"
#define TRAP_OP(ra, rb) "1: tdnei " #ra ", " #rb "\n"
#define DATA_TYPE long long
#else
Expand All @@ -25,7 +25,7 @@

struct bug_entry {
unsigned long bug_addr;
int line;
long line;
const char *file;
const char *function;
};
Expand Down

0 comments on commit bd96c62

Please sign in to comment.