expand eval machine interpretation error codes; visualize

This commit is contained in:
Ryan Fleury
2024-02-08 10:28:41 -08:00
parent fed0a13aca
commit 95a6579f89
7 changed files with 118 additions and 35 deletions
+1 -1
View File
@@ -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;