From d3f354af96538ac114ebe3e9545d97c64f3adecd Mon Sep 17 00:00:00 2001 From: Marty Rosenberg Date: Mon, 3 Dec 2012 04:32:59 -0500 Subject: [PATCH] Add in extra function to build on non-arm platforms (no bug, r=glandium) --- js/src/ion/shared/Assembler-x86-shared.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/src/ion/shared/Assembler-x86-shared.cpp b/js/src/ion/shared/Assembler-x86-shared.cpp index 0e377f23be84..5bafe1cdea55 100644 --- a/js/src/ion/shared/Assembler-x86-shared.cpp +++ b/js/src/ion/shared/Assembler-x86-shared.cpp @@ -136,6 +136,11 @@ AutoFlushCache::update(uintptr_t newStart, size_t len) { } +void +AutoFlushCache::flushAnyway() +{ +} + AutoFlushCache::~AutoFlushCache() { if (!myCompartment_)