mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-25 13:58:44 +00:00
value: Add GetInstRecursive
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
Type GetType() const;
|
||||
|
||||
Inst* GetInst() const;
|
||||
Inst* GetInstRecursive() const;
|
||||
A32::Reg GetA32RegRef() const;
|
||||
A32::ExtReg GetA32ExtRegRef() const;
|
||||
A64::Reg GetA64RegRef() const;
|
||||
|
||||
Reference in New Issue
Block a user