Removed automatic condition insertion on asm debug breakpoint entry window.
This commit is contained in:
parent
05de1a8356
commit
4c3bf6cf6c
|
@ -1387,7 +1387,7 @@ addBreakpointMenuCB (GtkMenuItem *menuitem,
|
|||
wp.address = dw->ctx_menu_addr;
|
||||
wp.endaddress = 0;
|
||||
wp.flags = WP_X | WP_E;
|
||||
wp.condText = "K==#00";
|
||||
wp.condText = 0;
|
||||
wp.desc = NULL;
|
||||
|
||||
create_breakpoint_dialog( -1, &wp, dw );
|
||||
|
|
Loading…
Reference in New Issue