We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8f79c commit f7ade7eCopy full SHA for f7ade7e
src/codegen/llvm.zig
@@ -4213,6 +4213,7 @@ pub const DeclGen = struct {
4213
// verbatim, and the result should test as non-null.
4214
const target = dg.module.getTarget();
4215
const int = switch (target.cpu.arch.ptrBitWidth()) {
4216
+ 16 => llvm_usize.constInt(0xaaaa, .False),
4217
32 => llvm_usize.constInt(0xaaaaaaaa, .False),
4218
64 => llvm_usize.constInt(0xaaaaaaaa_aaaaaaaa, .False),
4219
else => unreachable,
0 commit comments