~pixelherodev/zyg

008ff1eeb64297a0b31cd041ec0e107fe33da901 — Noam Preil 1 year, 11 months ago 86d6355
Reenable c codegen
1 files changed, 1 insertions(+), 1 deletions(-)

M driver.c
M driver.c => driver.c +1 -1
@@ 252,7 252,7 @@ codegen(void)
			FATAL_EXIT("Failed to codegen the root source file for arm64!", 0);
		break;
	case c:
	//	if(!codegen_c(*zyg_ctx.trees[0].tree, f))
		if(!codegen_c(*zyg_ctx.trees[0].tree, f))
			FATAL_EXIT("Failed to codegen the root source file for C!", 0);
		if(!zyg_ctx.asm_only){
			zyg_ctx.asm_only = 1;