Index: src/platform-win32.cc |
diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
index 86314a805e5dfb87a5eac8086b2702cfc0a39648..b6ebe6ad515d90af34cb7356dffb79c703044c49 100644 |
--- a/src/platform-win32.cc |
+++ b/src/platform-win32.cc |
@@ -1217,6 +1217,10 @@ void OS::LogSharedLibraryAddresses() { |
} |
+void OS::SignalCodeMovingGC() { |
+} |
+ |
+ |
// Walk the stack using the facilities in dbghelp.dll and tlhelp32.dll |
// Switch off warning 4748 (/GS can not protect parameters and local variables |