Open PiNengShaoNian opened 1 year ago
https://github.com/rui314/chibicc/blob/90d1f7f199cc55b13c7fdb5839d1409806633fdb/codegen.c#L635
if (ty->size == 4) should be if (ty->size == 12)
if (ty->size == 4)
if (ty->size == 12)
https://github.com/rui314/chibicc/blob/90d1f7f199cc55b13c7fdb5839d1409806633fdb/codegen.c#L635
if (ty->size == 4)
should beif (ty->size == 12)