From bc7ccb339e538a0e6120db0e5c0d9130c565e0dd Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 20 Sep 2009 13:32:59 -0700 Subject: [PATCH 1/1] ao_rawload: Don't reset after we finish loading --- ao-tools/ao-rawload/ao-rawload.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ao-tools/ao-rawload/ao-rawload.c b/ao-tools/ao-rawload/ao-rawload.c index 255f63ec..d9ee5718 100644 --- a/ao-tools/ao-rawload/ao-rawload.c +++ b/ao-tools/ao-rawload/ao-rawload.c @@ -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); } -- 2.30.2