aboutsummaryrefslogtreecommitdiff
path: root/arm64
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2024-06-16 22:26:51 +0200
committerQuentin Carbonneaux <[email protected]>2024-06-16 22:26:51 +0200
commitddf5ced4a7eb10629d180c09c631812fa568d917 (patch)
treecfe833530a45af957ea84f7b53552ff3db677423 /arm64
parent7a19de5cf49c9b48e7a675c6fb2e0bd373e073c2 (diff)
revert 4bc4c958
Hopefully the right time now!
Diffstat (limited to 'arm64')
-rw-r--r--arm64/emit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm64/emit.c b/arm64/emit.c
index f5166e0..ffdc178 100644
--- a/arm64/emit.c
+++ b/arm64/emit.c
@@ -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) {