projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a518e
)
One day we might support MIPS16...
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jun 2007 19:16:42 +0000
(19:16 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 3 Jun 2007 19:16:42 +0000
(19:16 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2939
c046a42c
-6fe2-441c-8c8c-
71466251a162
disas.c
patch
|
blob
|
history
diff --git
a/disas.c
b/disas.c
index 2642c778dd04aeec29786924af4a31c542e8258d..07164263940e730e3d265fab1117d6faecbf62ac 100644
(file)
--- a/
disas.c
+++ b/
disas.c
@@
-308,8
+308,8
@@
const char *lookup_symbol(target_ulong orig_addr)
continue;
addr = sym[i].st_value;
-#if
def TARGET_ARM
- /* The bottom address bit marks a Thumb symbol. */
+#if
defined(TARGET_ARM) || defined (TARGET_MIPS)
+ /* The bottom address bit marks a Thumb
or MIPS16
symbol. */
addr &= ~(target_ulong)1;
#endif
if (orig_addr >= addr