mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
snapshot
This commit is contained in:
@ -2855,13 +2855,13 @@ class MyProcessor: public Processor {
|
||||
return new (s->allocate(sizeof(Thread))) Thread(m, javaThread, parent);
|
||||
}
|
||||
|
||||
virtual object
|
||||
virtual Compiled*
|
||||
methodStub(vm::Thread*)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual object
|
||||
virtual Compiled*
|
||||
nativeInvoker(vm::Thread*)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user