aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-08-19 04:56:08 -0400
committerGitHub <noreply@github.com>2022-08-19 04:56:08 -0400
commit2ccaa5414b904edb2f4af293291f5401d106f277 (patch)
treed587757486c1ae205629c48540b66858ec6fb62a /src/stage1/codegen.cpp
parent7d674d5fb664b6e2d4d3d5b85751ed464dc4c4b9 (diff)
parent150786e83c705a34e16f031b7848a440946b2ef9 (diff)
downloadzig-2ccaa5414b904edb2f4af293291f5401d106f277.tar.gz
zig-2ccaa5414b904edb2f4af293291f5401d106f277.zip
Merge pull request #12145 from ziglang/fixes
More ABI size and alignment fixes
Diffstat (limited to 'src/stage1/codegen.cpp')
-rw-r--r--src/stage1/codegen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stage1/codegen.cpp b/src/stage1/codegen.cpp
index 7010e736dc..d4a09f7968 100644
--- a/src/stage1/codegen.cpp
+++ b/src/stage1/codegen.cpp
@@ -10082,6 +10082,7 @@ Buf *codegen_generate_builtin_source(CodeGen *g) {
" .cpu = cpu,\n"
" .os = os,\n"
" .abi = abi,\n"
+ " .ofmt = object_format,\n"
"};\n"
);