cbe: 32 bit fixup for update-zig1

This commit is contained in:
kcbanner 2022-12-13 01:51:19 -05:00
parent 7fb3683c32
commit 3d4ff4fdda

View File

@ -7083,7 +7083,7 @@ fn StringLiteral(comptime WriterType: type) type {
const max_len = 16380 - max_char_len;
return struct {
cur_len: usize = 0,
cur_len: u64 = 0,
counting_writer: std.io.CountingWriter(WriterType),
pub const Error = WriterType.Error;