Index: src/platform-win32.cc |
diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
index 767a3b3ce0da6e22b876e31eb9ea0a5c242aed8d..a6e07941e7649592bd46e78734aa59c9cbfb9ae1 100644 |
--- a/src/platform-win32.cc |
+++ b/src/platform-win32.cc |
@@ -1359,7 +1359,7 @@ int OS::StackWalk(Vector<OS::StackFrame> frames) { |
// Initialize the stack walking |
STACKFRAME64 stack_frame; |
memset(&stack_frame, 0, sizeof(stack_frame)); |
-#if V8_OS _WIN64 |
+#if V8_OS_WIN64 |
stack_frame.AddrPC.Offset = context.Rip; |
stack_frame.AddrFrame.Offset = context.Rbp; |
stack_frame.AddrStack.Offset = context.Rsp; |