You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you tell me what the code you input to MazuCC? I have a different result, my command like that:
$ cat sample/test.c
struct abcd {
int a;
int b;
int c;
int d;
} abcd;
$ ./mzcc < sample/test.c
.data # emit_data_section:724
.lcomm abcd, 16 # emit_global_var -> emit_bss:709
vasyop
changed the title
Passing structs with size > 12 throws "Unknown data size" error
Passing structs with size > 8 throws "Unknown data size" error
Jun 17, 2019
No description provided.
The text was updated successfully, but these errors were encountered: