Removed automatic condition insertion on asm debug breakpoint entry window.

This commit is contained in:
Matthew Budd 2020-05-28 21:57:40 -04:00
parent 05de1a8356
commit 4c3bf6cf6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 );