summaryrefslogtreecommitdiff
path: root/src/debug/ee
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-10-15 11:45:01 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit908245c286c5db92ba2de2113ad11788b066754f (patch)
treedd7aee5da5cba0adaca03a772c927951ae66d21a /src/debug/ee
parent72eb917675fb960c9a6fb8678fdabb686d2be75b (diff)
downloadcoreclr-908245c286c5db92ba2de2113ad11788b066754f.tar.gz
coreclr-908245c286c5db92ba2de2113ad11788b066754f.tar.bz2
coreclr-908245c286c5db92ba2de2113ad11788b066754f.zip
Comment on jithelp.asm
Diffstat (limited to 'src/debug/ee')
-rw-r--r--src/debug/ee/controller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/ee/controller.cpp b/src/debug/ee/controller.cpp
index a017c70b68..611b71c1ad 100644
--- a/src/debug/ee/controller.cpp
+++ b/src/debug/ee/controller.cpp
@@ -2960,7 +2960,6 @@ DPOSS_ACTION DebuggerController::DispatchPatchOrSingleStep(Thread *thread, CONTE
if (withinWriteBarrierGroup || withinPatchedWriteBarrierGroup)
{
memcpy(&stash, context, sizeof(CONTEXT));
- // TODO: Comment on the JIT helper as well
DWORD* esp = (DWORD*)context->Esp;
if (withinWriteBarrierGroup) {
#if defined(WRITE_BARRIER_CHECK)