Skip to content

Commit c250724

Browse files
committed
update
1 parent ec0237c commit c250724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ThreadStackSpoofer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ StackTraceSpoofingMetadata g_stackTraceSpoofing;
88

99
void WINAPI MySleep(DWORD _dwMilliseconds)
1010
{
11-
const volatile DWORD dwMilliseconds = _dwMilliseconds;
11+
const register DWORD dwMilliseconds = _dwMilliseconds;
1212

1313
// Perform this (current) thread call stack spoofing.
1414
spoofCallStack(true);

0 commit comments

Comments
 (0)