From: Keith Packard Date: Sun, 20 Sep 2009 20:32:59 +0000 (-0700) Subject: ao_rawload: Don't reset after we finish loading X-Git-Tag: debian/0.5+77+gc57bd7f~6^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=bc7ccb339e538a0e6120db0e5c0d9130c565e0dd;hp=078e9cdbdb388b22c6151f76ff0660fc14b8ef55 ao_rawload: Don't reset after we finish loading --- 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); }