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/rx/main.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/rx/load.c ('k') | sim/rx/syscalls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/rx/main.c
diff --git a/sim/rx/main.c b/sim/rx/main.c
index 6f43c9f1a7ccda3983cc12103189562b74f940fb..594c6c8a7d906bd9e58ad79e6a3ff751ffce4000 100644
--- a/sim/rx/main.c
+++ b/sim/rx/main.c
@@ -174,7 +174,7 @@ main (int argc, char **argv)
rx_in_gdb = 0;
save_trace = trace;
trace = 0;
- rx_load (prog);
+ rx_load (prog, NULL);
trace = save_trace;
sim_disasm_init (prog);
« no previous file with comments | « sim/rx/load.c ('k') | sim/rx/syscalls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698