Revision: 15919
Author:   [email protected]
Date:     Mon Jul 29 00:50:56 2013
Log:      Properly implement OS::GetRandomMmapAddr() for Win32.

[email protected]

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

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

=======================================
--- /branches/bleeding_edge/src/platform-win32.cc       Fri Jul  5 02:52:11 2013
+++ /branches/bleeding_edge/src/platform-win32.cc       Mon Jul 29 00:50:56 2013
@@ -892,7 +892,7 @@
 }


-static void* GetRandomAddr() {
+void* OS::GetRandomMmapAddr() {
   Isolate* isolate = Isolate::UncheckedCurrent();
   // Note that the current isolate isn't set up in a call path via
// CpuFeatures::Probe. We don't care about randomization in this case because

--
--
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