diff options
| author | nathanw <nathanw@NetBSD.org> | 2003-12-11 21:02:24 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2003-12-11 21:02:24 +0000 |
| commit | de13a4e6039bd404df9edcc4d4af927ba5fbd738 (patch) | |
| tree | 5409a4175fdd8def8169d9a38167cbea6e61e9a5 /gnu | |
| parent | 0ecc4c35b5c0d8091a63536c2dae87933a5af60e (diff) | |
Catch up alpha_software_single_step() prototype with reality.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gdb/gdb/config/alpha/tm-alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/gdb/gdb/config/alpha/tm-alpha.h b/gnu/dist/gdb/gdb/config/alpha/tm-alpha.h index e5ef7069f06..fce69629d70 100644 --- a/gnu/dist/gdb/gdb/config/alpha/tm-alpha.h +++ b/gnu/dist/gdb/gdb/config/alpha/tm-alpha.h @@ -89,7 +89,7 @@ extern struct frame_info *alpha_setup_arbitrary_frame (int, CORE_ADDR *); #endif #if SOFTWARE_SINGLE_STEP_P() #define SOFTWARE_SINGLE_STEP(sig,bpt) alpha_software_single_step((sig), (bpt)) -void alpha_software_single_step PARAMS((int, int)); +void alpha_software_single_step PARAMS((enum target_signal, int)); #endif CORE_ADDR alpha_next_pc (CORE_ADDR pc); |
