diff options
| author | Quentin Carbonneaux <[email protected]> | 2024-01-02 11:16:08 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2024-01-02 11:16:08 +0100 |
| commit | 4bc4c9584a13736c20855cdea2203d3bd0a259a3 (patch) | |
| tree | e1e203610cdc5231a89c1713c2fa6736b1cfbf53 /arm64 | |
| parent | 5af33410f6faa6c0f7d97af5b802b2608b228bc2 (diff) | |
revert 5af33410
Causes errors with stock toolchain
on OpenBSD.
Diffstat (limited to 'arm64')
| -rw-r--r-- | arm64/emit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm64/emit.c b/arm64/emit.c index 85b5f3d..78a0358 100644 --- a/arm64/emit.c +++ b/arm64/emit.c @@ -514,7 +514,6 @@ 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) { |
