projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e35551
)
* gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD
author
Ian Lance Taylor
<ian@airs.com>
Wed, 27 Nov 1996 16:54:21 +0000
(16:54 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 27 Nov 1996 16:54:21 +0000
(16:54 +0000)
16 bit instructions.
sim/mips/gencode.c
patch
|
blob
|
history
diff --git
a/sim/mips/gencode.c
b/sim/mips/gencode.c
index 96433e92e5eb70eb81890cae502ff43d4a98eaba..74b2deddbf9a049804dedbf89c8b32e7e9365401 100644
(file)
--- a/
sim/mips/gencode.c
+++ b/
sim/mips/gencode.c
@@
-1438,6
+1438,9
@@
process_instructions(doarch,features)
const char *bitmap;
int num;
+ if (! proc64 && GETDATASIZEINSN (&MIPS16_DECODE[loop]) == DOUBLEWORD)
+ continue;
+
bitmap = MIPS16_DECODE[loop].bitmap;
switch (MIPS16_DECODE[loop].mark)
{