mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-21 06:03:42 +00:00
A64: Implement branch (register)
This commit is contained in:
parent
86d1095df7
commit
23f3afe0b3
8 changed files with 54 additions and 8 deletions
|
|
@ -155,6 +155,7 @@ bool Inst::WritesToCoreRegister() const {
|
|||
case Opcode::A64SetW:
|
||||
case Opcode::A64SetX:
|
||||
case Opcode::A64SetSP:
|
||||
case Opcode::A64SetPC:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue