We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fb818 commit b96fc63Copy full SHA for b96fc63
src/coreclr/nativeaot/Runtime/regdisplay.h
@@ -281,6 +281,7 @@ struct REGDISPLAY
281
inline PCODE GetIP() { return IP; }
282
inline uintptr_t GetSP() { return SP; }
283
inline uintptr_t GetFP() { return *pFP; }
284
+ inline PTR_uintptr_t GetReturnAddressRegisterLocation() { return pRA; }
285
286
inline void SetIP(PCODE IP) { this->IP = IP; }
287
inline void SetSP(uintptr_t SP) { this->SP = SP; }
0 commit comments