Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: sim/common/sim-signal.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/common/sim-reason.c ('k') | sim/common/sim-signal.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « sim/common/sim-reason.c ('k') | sim/common/sim-signal.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698