aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/mn10300_sim.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-11-26 20:40:19 +0000
committerJeff Law <law@redhat.com>1996-11-26 20:40:19 +0000
commitb5f831ac51e12e41c27cde38bc07066e62edfd00 (patch)
tree3bbe8627824f9f8edad5183ee8df537d8885e10d /sim/mn10300/mn10300_sim.h
parent23b01150f50eb4f960fd4ef61e50f88329c985ab (diff)
downloadgdb-b5f831ac51e12e41c27cde38bc07066e62edfd00.zip
gdb-b5f831ac51e12e41c27cde38bc07066e62edfd00.tar.gz
gdb-b5f831ac51e12e41c27cde38bc07066e62edfd00.tar.bz2
* gencode.c, interp.c: Snapshot current simulator code.
(crude) hashing works, along with dispatch to the OP_* functions.
Diffstat (limited to 'sim/mn10300/mn10300_sim.h')
-rw-r--r--sim/mn10300/mn10300_sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mn10300/mn10300_sim.h b/sim/mn10300/mn10300_sim.h
index b18dee8..4170c26 100644
--- a/sim/mn10300/mn10300_sim.h
+++ b/sim/mn10300/mn10300_sim.h
@@ -50,6 +50,7 @@ struct simops
long opcode;
long mask;
void (*func)();
+ int length;
int numops;
int operands[16];
};