ao_rawload: Don't reset after we finish loading
authorKeith Packard <keithp@keithp.com>
Sun, 20 Sep 2009 20:32:59 +0000 (13:32 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 20 Sep 2009 20:32:59 +0000 (13:32 -0700)
ao-tools/ao-rawload/ao-rawload.c

index 255f63eca2f7c99563cbd629c0bd14b969e63e1e..d9ee571829e4ed0eab88dd0cc43ee3f881a3b0f2 100644 (file)
@@ -105,8 +105,6 @@ main (int argc, char **argv)
                ccdbg_close(dbg);
                exit(1);
        }
-       ccdbg_set_pc(dbg, image->address);
-       ccdbg_resume(dbg);
        ccdbg_close(dbg);
        exit (0);
 }