projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084bd07
)
mips: Fix spelling in comment
author
Stefan Weil
<weil@mail.berlios.de>
Mon, 28 Sep 2009 21:27:33 +0000
(23:27 +0200)
committer
Blue Swirl
<blauwirbel@gmail.com>
Wed, 30 Sep 2009 19:07:15 +0000
(19:07 +0000)
inofficial -> unofficial
Thanks to Blue Swirl.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index 42a5753e27719c674e005cdeb76c24af88641716..a8e8ae36339e9a4a1437fd88c2f4d04398e8652b 100644
(file)
--- a/
target-mips/translate.c
+++ b/
target-mips/translate.c
@@
-187,10
+187,10
@@
enum {
OPC_MOVCI = 0x01 | OPC_SPECIAL,
/* Special */
- OPC_PMON = 0x05 | OPC_SPECIAL, /*
i
nofficial */
+ OPC_PMON = 0x05 | OPC_SPECIAL, /*
u
nofficial */
OPC_SYSCALL = 0x0C | OPC_SPECIAL,
OPC_BREAK = 0x0D | OPC_SPECIAL,
- OPC_SPIM = 0x0E | OPC_SPECIAL, /*
i
nofficial */
+ OPC_SPIM = 0x0E | OPC_SPECIAL, /*
u
nofficial */
OPC_SYNC = 0x0F | OPC_SPECIAL,
OPC_SPECIAL15_RESERVED = 0x15 | OPC_SPECIAL,