fix expandability rules for function pointer types; identifiers -> keywords in disassembly

This commit is contained in:
Ryan Fleury
2024-03-28 19:56:33 -07:00
parent 7f50beae2a
commit 5aa8aa1c66
2 changed files with 6 additions and 11 deletions
+4
View File
@@ -5580,6 +5580,10 @@ df_eval_viz_row_list_push_new(Arena *arena, EVAL_ParseCtx *parse_ctx, DF_EvalViz
{
break;
}
if(kind == TG_Kind_Function)
{
break;
}
}
}