summaryrefslogtreecommitdiff
path: root/src/vm/amd64/gmscpu.h
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-11-03 19:55:35 -0800
committerMike McLaughlin <mikem@microsoft.com>2015-11-03 19:55:35 -0800
commit810b1162fff85075feb6cd5dd47b30e9f668ad38 (patch)
tree1c899d0af21b7aeef7ae512879e49f18d302c32f /src/vm/amd64/gmscpu.h
parentb5f4ac87fc16188a0436aa1244d747f81a88cfa5 (diff)
parenta5bcc44a468fab8699633d70a2394d6e565ece23 (diff)
downloadcoreclr-810b1162fff85075feb6cd5dd47b30e9f668ad38.tar.gz
coreclr-810b1162fff85075feb6cd5dd47b30e9f668ad38.tar.bz2
coreclr-810b1162fff85075feb6cd5dd47b30e9f668ad38.zip
Merge pull request #1946 from mikem8361/unwindi
Fix sos clrstack unwinding for the special HelperMethodFrame.
Diffstat (limited to 'src/vm/amd64/gmscpu.h')
-rw-r--r--src/vm/amd64/gmscpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/amd64/gmscpu.h b/src/vm/amd64/gmscpu.h
index 46a0d39f68..233f2f2b66 100644
--- a/src/vm/amd64/gmscpu.h
+++ b/src/vm/amd64/gmscpu.h
@@ -102,6 +102,7 @@ struct LazyMachState : public MachState
void setLazyStateFromUnwind(MachState* copy);
static void unwindLazyState(LazyMachState* baseState,
MachState* lazyState,
+ DWORD threadId,
int funCallDepth = 1,
HostCallPreference hostCallPreference = AllowHostCalls);