summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-09-20 13:32:59 -0700
committerKeith Packard <keithp@keithp.com>2009-09-20 13:32:59 -0700
commitbc7ccb339e538a0e6120db0e5c0d9130c565e0dd (patch)
tree1ae2d37263cfa9050325c678595ba3b120746a59
parent078e9cdbdb388b22c6151f76ff0660fc14b8ef55 (diff)
ao_rawload: Don't reset after we finish loading
-rw-r--r--ao-tools/ao-rawload/ao-rawload.c2
1 files changed, 0 insertions, 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);
}