mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
include return address size in frameSize passed to vmInvoke; fix printf warnings
This commit is contained in:
@ -288,7 +288,7 @@ bitsToFloat(uint32_t bits)
|
||||
return f;
|
||||
}
|
||||
|
||||
inline intptr_t
|
||||
inline int
|
||||
difference(void* a, void* b)
|
||||
{
|
||||
return reinterpret_cast<intptr_t>(a) - reinterpret_cast<intptr_t>(b);
|
||||
|
Reference in New Issue
Block a user