diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-19 13:30:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-19 13:30:30 +0000 |
commit | 2e61a3ad9cb51b24cbb62c0ca1b59913119d45de (patch) | |
tree | 3816ae4b8973d81cdc1e5e6fb30b803e6e60a68a /include | |
parent | ba2374064d6bf7356f994da5a8b85979fc8af4a3 (diff) | |
download | gdb-2e61a3ad9cb51b24cbb62c0ca1b59913119d45de.zip gdb-2e61a3ad9cb51b24cbb62c0ca1b59913119d45de.tar.gz gdb-2e61a3ad9cb51b24cbb62c0ca1b59913119d45de.tar.bz2 |
Graft sim/common event and other code onto the mips simulator.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/remote-sim.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 85b2d05..f42db31 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +Mon May 19 19:14:44 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * remote-sim.h: Pass SD into sim_size. + Thu May 15 01:24:16 1997 Mark Alexander <marka@cygnus.com> * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun, diff --git a/include/remote-sim.h b/include/remote-sim.h index 7e89d4c..201e531 100644 --- a/include/remote-sim.h +++ b/include/remote-sim.h @@ -170,7 +170,7 @@ void sim_set_callbacks PARAMS ((SIM_DESC sd, struct host_callback_struct *)); /* NOTE: sim_size() and sim_trace() are going away */ -void sim_size PARAMS ((int i)); +void sim_size PARAMS ((SIM_DESC sd, int i)); int sim_trace PARAMS ((SIM_DESC sd)); |