diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-04-22 17:46:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-04-22 17:46:07 +0000 |
commit | 15c1649391b66df7e721377daa248721ab3e58eb (patch) | |
tree | cbc9fca2a3287bf2882499101225fd5213f44ad4 /gdb/config | |
parent | 81f464815db9a9fc4209c7eb6eb7ea341b78b76e (diff) | |
download | gdb-15c1649391b66df7e721377daa248721ab3e58eb.zip gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.gz gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.bz2 |
TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/tic80/tic80.mt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/tic80/tic80.mt b/gdb/config/tic80/tic80.mt index 7a6e3d5..84b6eb2 100644 --- a/gdb/config/tic80/tic80.mt +++ b/gdb/config/tic80/tic80.mt @@ -3,5 +3,5 @@ TDEPFILES= tic80-tdep.o TM_FILE= tm-tic80.h # Disable using the simulator until it is ready. -#SIM_OBS = remote-sim.o -#SIM = ../sim/tic80/libsim.a -lm +SIM_OBS = remote-sim.o +SIM = ../sim/tic80/libsim.a -lm |