Revision: 15924
Author:   [email protected]
Date:     Mon Jul 29 02:29:00 2013
Log:      Fix typo.

[email protected]

Review URL: https://codereview.chromium.org/21045002
http://code.google.com/p/v8/source/detail?r=15924

Modified:
 /branches/bleeding_edge/src/platform-win32.cc

=======================================
--- /branches/bleeding_edge/src/platform-win32.cc       Mon Jul 29 02:19:10 2013
+++ /branches/bleeding_edge/src/platform-win32.cc       Mon Jul 29 02:29:00 2013
@@ -1359,7 +1359,7 @@
   // 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