Hopefully the right time now!
This commit is contained in:
Quentin Carbonneaux 2024-06-16 22:26:51 +02:00
parent 7a19de5cf4
commit ddf5ced4a7
2 changed files with 2 additions and 1 deletions

View file

@ -514,6 +514,7 @@ arm64_emitfn(Fn *fn, FILE *out)
if (T.apple)
e->fn->lnk.align = 4;
emitfnlnk(e->fn->name, &e->fn->lnk, e->f);
fputs("\thint\t#34\n", e->f);
framelayout(e);
if (e->fn->vararg && !T.apple) {