mirror of
https://github.com/corda/corda.git
synced 2025-06-10 19:31:46 +00:00
fix interpret.cpp build
This commit is contained in:
parent
9a91c1dd2d
commit
a5869c854f
@ -16,6 +16,8 @@
|
|||||||
#include "process.h"
|
#include "process.h"
|
||||||
#include "arch.h"
|
#include "arch.h"
|
||||||
|
|
||||||
|
#include "util/runtime-array.h"
|
||||||
|
|
||||||
using namespace vm;
|
using namespace vm;
|
||||||
|
|
||||||
namespace local {
|
namespace local {
|
||||||
@ -3191,7 +3193,7 @@ class MyProcessor: public Processor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void compileMethod(vm::Thread*, Zone*, object*, object*,
|
virtual void compileMethod(vm::Thread*, Zone*, object*, object*,
|
||||||
DelayedPromise**, object, OffsetResolver*)
|
avian::codegen::DelayedPromise**, object, OffsetResolver*)
|
||||||
{
|
{
|
||||||
abort(s);
|
abort(s);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user