Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107195
b: refs/heads/master
c: 103340c
h: refs/heads/master
i:
  107193: 381a9cd
  107191: f41da84
v: v3
  • Loading branch information
Paul Mundt committed Jul 28, 2008
1 parent 5a6b19d commit de4eeed
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: 11325f035edba6ba4bc005d2cdebea19d7d8f388
refs/heads/master: 103340cc36384c1afee4453b65a784d8b20d9d8d
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/processor_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Default implementation of macro that returns current
* instruction pointer ("program counter").
*/
#define current_text_addr() ({ void *pc; __asm__("mova 1f, %0\n1:":"=z" (pc)); pc; })
#define current_text_addr() ({ void *pc; __asm__("mova 1f, %0\n.align 2\n1:":"=z" (pc)); pc; })

/* Core Processor Version Register */
#define CCN_PVR 0xff000030
Expand Down

0 comments on commit de4eeed

Please sign in to comment.