value: Add GetInstRecursive

This commit is contained in:
MerryMage
2020-04-20 16:15:02 +01:00
parent 976edaf2d2
commit 93adcfa5c6
2 changed files with 8 additions and 0 deletions

View File

@@ -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;