Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11191
b: refs/heads/master
c: 0952e29
h: refs/heads/master
i:
  11189: 4c83dc4
  11187: 6e79cea
  11183: 3b49b27
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 2588daa commit 92ddf05
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a50b3e2763dc23f8427b7f4a199235dfe9a073c0
refs/heads/master: 0952e2905c6bc2e12a43910c7eb898b6481a57b5
6 changes: 3 additions & 3 deletions trunk/include/asm-mips/mipsregs.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,13 +693,13 @@ do { \
if (sel == 0) \
__asm__ __volatile__( \
"mtc0\t%z0, " #register "\n\t" \
: : "Jr" ((unsigned int)value)); \
: : "Jr" ((unsigned int)(value))); \
else \
__asm__ __volatile__( \
".set\tmips32\n\t" \
"mtc0\t%z0, " #register ", " #sel "\n\t" \
".set\tmips0" \
: : "Jr" ((unsigned int)value)); \
: : "Jr" ((unsigned int)(value))); \
} while (0)

#define __write_64bit_c0_register(register, sel, value) \
Expand Down Expand Up @@ -748,7 +748,7 @@ do { \
do { \
__asm__ __volatile__( \
"ctc0\t%z0, " #register "\n\t" \
: : "Jr" ((unsigned int)value)); \
: : "Jr" ((unsigned int)(value))); \
} while (0)

/*
Expand Down

0 comments on commit 92ddf05

Please sign in to comment.