mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
goalc: fix compilation error in arm64 code (#4337)
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
@@ -78,6 +78,7 @@ std::vector<InstructionARM64> construct_multiple_imm12_subs(int64_t imm, u32 reg
|
||||
instrs.emplace_back(InstructionARM64(Base(0b110100010, 9), Sh(_needs_shift ? 1 : 0),
|
||||
Imm12(_imm12), Rd(register_id), Rn(register_id)));
|
||||
}
|
||||
return instrs;
|
||||
}
|
||||
|
||||
//;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user