mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 10:03:21 +00:00
Make the code used to calculate the variable slot index into the frame match what's done during the structure layout calculation. Prevents a few nasty LLVM errors when such types are passed around.