mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
disable use of SSE when compiling ahead-of-time
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user