| Index: sim/common/sim-signal.h
|
| diff --git a/sim/common/sim-signal.h b/sim/common/sim-signal.h
|
| index b4ff4099a2887f5d3fe69abd6d4596b43d86bca0..13cbe5b41f224fc6385b905a34daa67bc3e42bb3 100644
|
| --- a/sim/common/sim-signal.h
|
| +++ b/sim/common/sim-signal.h
|
| @@ -46,6 +46,6 @@ typedef enum {
|
| } SIM_SIGNAL;
|
|
|
| int sim_signal_to_host (SIM_DESC sd, SIM_SIGNAL);
|
| -enum target_signal sim_signal_to_target (SIM_DESC sd, SIM_SIGNAL);
|
| +enum gdb_signal sim_signal_to_gdb_signal (SIM_DESC sd, SIM_SIGNAL);
|
|
|
| #endif /* SIM_SIGNAL_H */
|
|
|