disable use of SSE when compiling ahead-of-time

This commit is contained in:
Joel Dice
2009-10-10 17:46:43 -06:00
parent 38bf29300f
commit 44a6620aa1
8 changed files with 184 additions and 131 deletions

View File

@ -3333,7 +3333,7 @@ class MyProcessor: public Processor {
namespace vm {
Processor*
makeProcessor(System* system, Allocator* allocator)
makeProcessor(System* system, Allocator* allocator, bool)
{
return new (allocator->allocate(sizeof(MyProcessor)))
MyProcessor(system, allocator);