diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-12 04:57:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-12 04:57:49 +0000 |
commit | c445af5a2b1fd76533a6ce709677e779f215721f (patch) | |
tree | 119a7b8e222693254bb42285d2f51025760c1d68 /sim/tic80/sim-main.h | |
parent | e05e76e8a470200543c927636f8ceae638236c5f (diff) | |
download | binutils-c445af5a2b1fd76533a6ce709677e779f215721f.zip binutils-c445af5a2b1fd76533a6ce709677e779f215721f.tar.gz binutils-c445af5a2b1fd76533a6ce709677e779f215721f.tar.bz2 |
c80 simulator fixes.
Diffstat (limited to 'sim/tic80/sim-main.h')
-rw-r--r-- | sim/tic80/sim-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/tic80/sim-main.h b/sim/tic80/sim-main.h index 1992f29..be4e88d 100644 --- a/sim/tic80/sim-main.h +++ b/sim/tic80/sim-main.h @@ -101,5 +101,7 @@ extern void engine_run_until_stop (SIM_DESC sd, volatile int *keep_running); +extern void engine_step +(SIM_DESC sd); #endif |