summaryrefslogtreecommitdiff
path: root/src/unwinder/unwinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unwinder/unwinder.cpp')
-rw-r--r--src/unwinder/unwinder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unwinder/unwinder.cpp b/src/unwinder/unwinder.cpp
index 7b14b80798..5ab3048905 100644
--- a/src/unwinder/unwinder.cpp
+++ b/src/unwinder/unwinder.cpp
@@ -51,7 +51,7 @@ HRESULT OOPStackUnwinder::GetFunctionEntry( DWORD64 addres
__out_ecount(cbBuffer) PVOID pBuffer,
DWORD cbBuffer)
{
- if (cbBuffer < sizeof(RUNTIME_FUNCTION))
+ if (cbBuffer < sizeof(T_RUNTIME_FUNCTION))
{
return E_INVALIDARG;
}