projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63742cf
)
Fix typo in comment.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 5 Jul 2008 21:54:32 +0000
(21:54 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 5 Jul 2008 21:54:32 +0000
(21:54 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4852
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index 803a48f32531a4b691208ba14a26e817c79c3641..f9232633984f7bcd4fe9ad7a1c092ae0d91cef63 100644
(file)
--- a/
target-mips/translate.c
+++ b/
target-mips/translate.c
@@
-8021,7
+8021,7
@@
void dump_fpu (CPUState *env)
#if defined(TARGET_MIPS64) && defined(MIPS_DEBUG_SIGN_EXTENSIONS)
/* Debug help: The architecture requires 32bit code to maintain proper
- sign-extened values on 64bit machines. */
+ sign-exten
d
ed values on 64bit machines. */
#define SIGN_EXT_P(val) ((((val) & ~0x7fffffff) == 0) || (((val) & ~0x7fffffff) == ~0x7fffffff))