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

Unified Diff: sim/ppc/psim.c

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/ppc/emul_unix.c ('k') | sim/ppc/sim_calls.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/ppc/psim.c
diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c
index 3e7638690a1c83e2f9cbeb68d0c31c4289dd0833..7378b9b2a02164946cfd9ceec379ded85bcfc2e9 100644
--- a/sim/ppc/psim.c
+++ b/sim/ppc/psim.c
@@ -592,7 +592,7 @@ cntrl_c_simulation(void *data)
psim_halt(system,
psim_nr_cpus(system),
was_continuing,
- TARGET_SIGNAL_INT);
+ GDB_SIGNAL_INT);
}
INLINE_PSIM\
« no previous file with comments | « sim/ppc/emul_unix.c ('k') | sim/ppc/sim_calls.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698