| author | |
| committer | |
| log | ef8f694d777029caaa48c50c28ff805c058ccccb |
| tree | 124ac1d2b667a93a14c1808c710daa76a1c18380 |
| parent | 17404f8e6edea28fc70e074fd75101e1ed48b620 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/uefi/pool_allocator.zig+1-1| ... | ... | @@ -22,7 +22,7 @@ const UefiPoolAllocator = struct { |
| 22 | 22 | |
| 23 | 23 | assert(len > 0); |
| 24 | 24 | |
| 25 | const ptr_align = @as(usize, 1) << @as(Allocator.Log2Align, log2_ptr_align); | |
| 25 | const ptr_align = @as(usize, 1) << @intCast(Allocator.Log2Align, log2_ptr_align); | |
| 26 | 26 | |
| 27 | 27 | const metadata_len = mem.alignForward(@sizeOf(usize), ptr_align); |
| 28 | 28 |