Reviewers: Sven Panne,

Message:
Committed patchset #1 manually as r15924 (presubmit successful).

Description:
Fix typo.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=15924

Please review this at https://codereview.chromium.org/21045002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/platform-win32.cc


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;


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to