| author | |
| committer | |
| log | 0d028e4407e4c14f1343b62ab7fdf881c208ffc9 |
| tree | 38ee7f26ac3ca032c2c94e42c2d35a66fb852b0f |
| parent | 50626565ba9dcf15d992ae9c23dd5c1a5ae000c7 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Wasm/Flush.zig+1-1| ... | ... | @@ -753,7 +753,7 @@ pub fn finish(f: *Flush, wasm: *Wasm) !void { |
| 753 | 753 | try leb.writeUleb128(binary_writer, @intFromEnum(flags)); |
| 754 | 754 | // Passive segments are initialized at runtime. |
| 755 | 755 | if (flags != .passive) { |
| 756 | try emitInit(binary_writer, .{ .i32_const = @as(i32, @bitCast(segment_offset)) }); | |
| 756 | try emitInit(binary_writer, .{ .i32_const = @as(i32, @bitCast(group_start_addr)) }); | |
| 757 | 757 | } |
| 758 | 758 | try leb.writeUleb128(binary_writer, group_size); |
| 759 | 759 | } |