X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-rawload%2Fao-rawload.c;h=d9ee571829e4ed0eab88dd0cc43ee3f881a3b0f2;hb=bc7ccb339e538a0e6120db0e5c0d9130c565e0dd;hp=255f63eca2f7c99563cbd629c0bd14b969e63e1e;hpb=078e9cdbdb388b22c6151f76ff0660fc14b8ef55;p=fw%2Faltos 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); }