mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
invoke native methods using a common routine, instead of compiling code specific to each method
This commit is contained in:
@ -2847,6 +2847,12 @@ class MyProcessor: public Processor {
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual object
|
||||
nativeInvoker(vm::Thread*)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual unsigned
|
||||
parameterFootprint(vm::Thread*, const char* s, bool static_)
|
||||
{
|
||||
|
Reference in New Issue
Block a user