mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-16 17:12:23 -07:00
expand eval machine interpretation error codes; visualize
This commit is contained in:
@@ -2916,7 +2916,7 @@ ctrl_thread__run(CTRL_Msg *msg)
|
||||
machine.tls_base = &tls_base;
|
||||
eval = eval_interpret(&machine, bytecode);
|
||||
}
|
||||
if(eval.bad_eval == 0 && eval.value.u64 == 0)
|
||||
if(eval.code == EVAL_ResultCode_Good && eval.value.u64 == 0)
|
||||
{
|
||||
hit_user_bp = 0;
|
||||
hit_conditional_bp_but_filtered = 1;
|
||||
|
||||
Reference in New Issue
Block a user