summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e8c4563)
Start address was specified as "0x0000", but need to be "0000".
if (options.stop_address != 0) {
/* Automatically run program and stop at specified address. */
if (options.stop_address != 0) {
/* Automatically run program and stop at specified address. */
- console_exec("0x0000", NULL);
+ console_exec("0000", NULL);
console_show_registers();
QuitRequest = 1;
} else {
console_show_registers();
QuitRequest = 1;
} else {