mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
update bootimage.cpp to reflect BootImage restructuring
This commit is contained in:
parent
18d1c54956
commit
39a82a4006
@ -87,7 +87,7 @@ makeCodeImage(Thread* t, Zone* zone, BootImage* image, uint8_t* code,
|
||||
object method = tripleFirst(t, calls);
|
||||
uintptr_t address;
|
||||
if (methodFlags(t, method) & ACC_NATIVE) {
|
||||
address = reinterpret_cast<uintptr_t>(code + image->nativeThunk);
|
||||
address = reinterpret_cast<uintptr_t>(code + image->thunks.native.start);
|
||||
} else {
|
||||
address = methodCompiled(t, method);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user