Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2017-04-06 21:21:11 +0300
committerAndrew Au <andrewau@microsoft.com>2017-04-06 21:21:11 +0300
commit5b69cf3cab2f902a63793596d689fd0008f9b1fd (patch)
treee16c49ce6b26e07e270e6e8adb2f1b7e2d69c6a9 /src/Native/Runtime/i386
parentc1d3fe1c2df77a009b5bcfacd0f93977c08011ba (diff)
Some runtime support for debugging scenario
[tfs-changeset: 1653409]
Diffstat (limited to 'src/Native/Runtime/i386')
-rw-r--r--src/Native/Runtime/i386/AsmOffsetsCpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Native/Runtime/i386/AsmOffsetsCpu.h b/src/Native/Runtime/i386/AsmOffsetsCpu.h
index a85192760..d7f70f4f2 100644
--- a/src/Native/Runtime/i386/AsmOffsetsCpu.h
+++ b/src/Native/Runtime/i386/AsmOffsetsCpu.h
@@ -8,7 +8,7 @@
//
// NOTE: the offsets MUST be in hex notation WITHOUT the 0x prefix
-PLAT_ASM_SIZEOF(b8, ExInfo)
+PLAT_ASM_SIZEOF(bc, ExInfo)
PLAT_ASM_OFFSET(0, ExInfo, m_pPrevExInfo)
PLAT_ASM_OFFSET(4, ExInfo, m_pExContext)
PLAT_ASM_OFFSET(8, ExInfo, m_exception)
@@ -16,7 +16,7 @@ PLAT_ASM_OFFSET(0c, ExInfo, m_kind)
PLAT_ASM_OFFSET(0d, ExInfo, m_passNumber)
PLAT_ASM_OFFSET(10, ExInfo, m_idxCurClause)
PLAT_ASM_OFFSET(14, ExInfo, m_frameIter)
-PLAT_ASM_OFFSET(b4, ExInfo, m_notifyDebuggerSP)
+PLAT_ASM_OFFSET(b8, ExInfo, m_notifyDebuggerSP)
PLAT_ASM_OFFSET(0, PInvokeTransitionFrame, m_RIP)
PLAT_ASM_OFFSET(4, PInvokeTransitionFrame, m_FramePointer)
@@ -24,7 +24,7 @@ PLAT_ASM_OFFSET(8, PInvokeTransitionFrame, m_pThread)
PLAT_ASM_OFFSET(0c, PInvokeTransitionFrame, m_dwFlags)
PLAT_ASM_OFFSET(10, PInvokeTransitionFrame, m_PreservedRegs)
-PLAT_ASM_SIZEOF(a0, StackFrameIterator)
+PLAT_ASM_SIZEOF(a4, StackFrameIterator)
PLAT_ASM_OFFSET(08, StackFrameIterator, m_FramePointer)
PLAT_ASM_OFFSET(0c, StackFrameIterator, m_ControlPC)
PLAT_ASM_OFFSET(10, StackFrameIterator, m_RegDisplay)