mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
Additional AOT_ONLY ifdef
This commit is contained in:
parent
4840f4a019
commit
fa034c7526
@ -9339,11 +9339,15 @@ class MyProcessor: public Processor {
|
||||
root(t, MethodTreeSentinal));
|
||||
}
|
||||
|
||||
#ifdef AVIAN_AOT_ONLY
|
||||
thunks = bootThunks;
|
||||
#else
|
||||
local::compileThunks(static_cast<MyThread*>(t), &codeAllocator);
|
||||
|
||||
if (not (image and code)) {
|
||||
bootThunks = thunks;
|
||||
}
|
||||
#endif
|
||||
|
||||
segFaultHandler.m = t->m;
|
||||
expect(t, t->m->system->success
|
||||
|
Loading…
Reference in New Issue
Block a user