Skip to content

Commit b96fc63

Browse files
authored
Define GetReturnAddressRegisterLocation
1 parent 71fb818 commit b96fc63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/nativeaot/Runtime/regdisplay.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ struct REGDISPLAY
281281
inline PCODE GetIP() { return IP; }
282282
inline uintptr_t GetSP() { return SP; }
283283
inline uintptr_t GetFP() { return *pFP; }
284+
inline PTR_uintptr_t GetReturnAddressRegisterLocation() { return pRA; }
284285

285286
inline void SetIP(PCODE IP) { this->IP = IP; }
286287
inline void SetSP(uintptr_t SP) { this->SP = SP; }

0 commit comments

Comments
 (0)