mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 17:06:28 +00:00
A64: Implement branch
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
return !operator==(o);
|
||||
}
|
||||
|
||||
LocationDescriptor SetPC(u32 new_pc) const {
|
||||
LocationDescriptor SetPC(u64 new_pc) const {
|
||||
return LocationDescriptor(new_pc, fpcr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user