summaryrefslogtreecommitdiff
path: root/src/vm/i386
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-11-01 12:01:54 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit57c2f001e9853090113b6437eb77d13ee16dcb7e (patch)
tree5b12edca8ad0c344cb46613c7e9f0c589fa5928f /src/vm/i386
parentf8550e4724956c6a100fe2dbd29def59a3730a85 (diff)
downloadcoreclr-57c2f001e9853090113b6437eb77d13ee16dcb7e.tar.gz
coreclr-57c2f001e9853090113b6437eb77d13ee16dcb7e.tar.bz2
coreclr-57c2f001e9853090113b6437eb77d13ee16dcb7e.zip
Comments in JIT helper
Diffstat (limited to 'src/vm/i386')
-rw-r--r--src/vm/i386/jithelp.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/i386/jithelp.asm b/src/vm/i386/jithelp.asm
index 27b866881a..2dd96d7b08 100644
--- a/src/vm/i386/jithelp.asm
+++ b/src/vm/i386/jithelp.asm
@@ -130,6 +130,8 @@ ENDM
; The code here is tightly coupled with AdjustContextForWriteBarrier, if you change
; anything here, you might need to change AdjustContextForWriteBarrier as well
+; Note that beside the AV case, we might be unwinding inside the region where we have
+; already push ecx and ebp in the branch under FEATURE_DATABREAKPOINT
WriteBarrierHelper MACRO rg
ALIGN 4