diff options
author | Andrew Au <andrewau@microsoft.com> | 2018-10-15 11:45:01 -0700 |
---|---|---|
committer | Andrew Au <cshung@gmail.com> | 2018-11-06 18:34:47 -0800 |
commit | 908245c286c5db92ba2de2113ad11788b066754f (patch) | |
tree | dd7aee5da5cba0adaca03a772c927951ae66d21a /src/debug/ee | |
parent | 72eb917675fb960c9a6fb8678fdabb686d2be75b (diff) | |
download | coreclr-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.cpp | 1 |
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) |