projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047e363
)
target-mips/cpu.h: Fix spell error
author
Dongxue Zhang
<elta.era@gmail.com>
Wed, 25 Nov 2015 12:57:12 +0000
(20:57 +0800)
committer
Leon Alrae
<leon.alrae@imgtec.com>
Sat, 23 Jan 2016 14:30:04 +0000
(14:30 +0000)
CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'.
Signed-off-by: Dongxue Zhang <elta.era@gmail.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/cpu.h
patch
|
blob
|
history
diff --git
a/target-mips/cpu.h
b/target-mips/cpu.h
index 89c01f7a3854b284cee8ac63af1fa4428a92ef60..17817c3c57177499e8ed31c28673bd892e77cd60 100644
(file)
--- a/
target-mips/cpu.h
+++ b/
target-mips/cpu.h
@@
-358,7
+358,7
@@
struct CPUMIPSState {
#define CP0St_IE 0
int32_t CP0_IntCtl;
#define CP0IntCtl_IPTI 29
-#define CP0IntCtl_IPPC
1
26
+#define CP0IntCtl_IPPC
I
26
#define CP0IntCtl_VS 5
int32_t CP0_SRSCtl;
#define CP0SRSCtl_HSS 26