diff options
| -rw-r--r-- | ao-tools/ao-rawload/ao-rawload.c | 2 | 
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);  }  | 
