mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 14:48:38 +00:00
A64: Implement branch (register)
This commit is contained in:
@@ -62,5 +62,9 @@ void IREmitter::SetSP(const IR::U64& value) {
|
||||
Inst(Opcode::A64SetSP, value);
|
||||
}
|
||||
|
||||
void IREmitter::SetPC(const IR::U64& value) {
|
||||
Inst(Opcode::A64SetPC, value);
|
||||
}
|
||||
|
||||
} // namespace IR
|
||||
} // namespace Dynarmic
|
||||
|
||||
Reference in New Issue
Block a user