mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix code formatting
This commit is contained in:
parent
e35a16c7e0
commit
2c971f0085
@ -845,8 +845,7 @@ fn mirLoadMemoryPie(emit: *Emit, inst: Mir.Inst.Index) !void {
|
||||
try emit.writeInstruction(Instruction.adrp(reg.to64(), 0));
|
||||
|
||||
switch (tag) {
|
||||
.load_memory_got,
|
||||
=> {
|
||||
.load_memory_got => {
|
||||
// ldr reg, reg, offset
|
||||
try emit.writeInstruction(Instruction.ldr(
|
||||
reg,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user