Revision: 6462
Author: [email protected]
Date: Tue Jan 25 04:50:18 2011
Log: Add compilation guard to new x64-only file, for Mac platform.
Review URL: http://codereview.chromium.org/6249016
http://code.google.com/p/v8/source/detail?r=6462
Modified:
/branches/bleeding_edge/src/x64/lithium-gap-resolver-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/lithium-gap-resolver-x64.cc Tue Jan 25
02:10:36 2011
+++ /branches/bleeding_edge/src/x64/lithium-gap-resolver-x64.cc Tue Jan 25
04:50:18 2011
@@ -25,6 +25,10 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#include "v8.h"
+
+#if defined(V8_TARGET_ARCH_X64)
+
#include "x64/lithium-gap-resolver-x64.h"
#include "x64/lithium-codegen-x64.h"
@@ -312,3 +316,5 @@
#undef __
} } // namespace v8::internal
+
+#endif // V8_TARGET_ARCH_X64
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev