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