mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
x64: refactor code to avoid stage1 sema limitations
This commit is contained in:
parent
197c2a465f
commit
bf11cdc9d8
File diff suppressed because it is too large
Load Diff
@ -153,7 +153,7 @@ pub fn RegisterManager(
|
||||
regs: [count]Register,
|
||||
buf: *[count]RegisterLock,
|
||||
) void {
|
||||
for (®s) |reg, i| {
|
||||
for (regs) |reg, i| {
|
||||
buf[i] = self.lockRegAssumeUnused(reg);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user