Skip to content

Commit d8710bb

Browse files
iHR4KxTVaser
andauthored
goalc: fix compilation error in arm64 code (open-goal#4337)
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
1 parent ad4653b commit d8710bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

goalc/emitter/IGenARM64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ std::vector<InstructionARM64> construct_multiple_imm12_subs(int64_t imm, u32 reg
7878
instrs.emplace_back(InstructionARM64(Base(0b110100010, 9), Sh(_needs_shift ? 1 : 0),
7979
Imm12(_imm12), Rd(register_id), Rn(register_id)));
8080
}
81+
return instrs;
8182
}
8283

8384
//;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)