Mock out more of the addr related stuff

This commit is contained in:
gingerBill
2023-07-14 17:03:28 +01:00
parent a8afcf1ca9
commit b17ebeb6f6
5 changed files with 321 additions and 133 deletions

View File

@@ -1,3 +1,9 @@
gb_internal cgValue cg_emit_conv(cgProcedure *p, cgValue value, Type *type) {
// TODO(bill): cg_emit_conv
return value;
}
gb_internal cgValue cg_build_expr_internal(cgProcedure *p, Ast *expr);
gb_internal cgValue cg_build_expr(cgProcedure *p, Ast *expr) {
u16 prev_state_flags = p->state_flags;