mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 20:53:44 +00:00
LLVM Builder: Fix on 32-bit systems
This commit is contained in:
parent
53f6071486
commit
a907353ca4
@ -384,7 +384,7 @@ pub const Constants = struct {
|
||||
.{ .literal = 4 },
|
||||
.{ .vbr = 16 },
|
||||
};
|
||||
value: std.math.big.Limb,
|
||||
value: u64,
|
||||
};
|
||||
|
||||
pub const Half = struct {
|
||||
@ -853,7 +853,7 @@ pub const MetadataBlock = struct {
|
||||
flags: Flags,
|
||||
bit_width: u32,
|
||||
name: Builder.MetadataString,
|
||||
value: std.math.big.Limb,
|
||||
value: u64,
|
||||
};
|
||||
|
||||
pub const Subrange = struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user