Update rx sim so that it'll print load statistics.
[platform/upstream/binutils.git] / sim / rx / main.c
index 6f43c9f..594c6c8 100644 (file)
@@ -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);