Skip to content

Commit 76093e0

Browse files
authored
Generating Debug Info for interpreted bytecode (#114139)
1 parent 4370474 commit 76093e0

File tree

6 files changed

+212
-102
lines changed

6 files changed

+212
-102
lines changed

src/coreclr/inc/cordebuginfo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ class ICorDebugInfo
226226
REGNUM_FP = REGNUM_EBP,
227227
REGNUM_SP = REGNUM_ESP,
228228
#elif TARGET_AMD64
229+
REGNUM_FP = REGNUM_RBP,
229230
REGNUM_SP = REGNUM_RSP,
230231
#elif TARGET_ARM
231232
REGNUM_FP = REGNUM_R11,

0 commit comments

Comments
 (0)