aboutsummaryrefslogtreecommitdiff
path: root/src/stage1
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2022-10-16 14:44:51 -0400
committerAndrew Kelley <andrew@ziglang.org>2022-10-17 07:50:01 -0400
commit1e0f74a9e6a9071bfb82fa3ce5a40ac90bdb91cd (patch)
tree0130fa70beea11de638540bc095522364b145fa3 /src/stage1
parent059e397ffcf5ad348dae6de1cd552f8a742a2fbc (diff)
downloadzig-1e0f74a9e6a9071bfb82fa3ce5a40ac90bdb91cd.tar.gz
zig-1e0f74a9e6a9071bfb82fa3ce5a40ac90bdb91cd.zip
emutls: add const to default_value field
Commit f14cc75 accidentally added a const when grepping for assignments to `std.builtin.Type.StructField.default_value`, however when looking into it further, I noticed that even though this default_value field is emitted into the .data section, the value it points to is actually emitted into the .rodata section, so it seems correct to use const here.
Diffstat (limited to 'src/stage1')
0 files changed, 0 insertions, 0 deletions