mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Merge remote-tracking branch 'origin/master' into dicej-master
This commit is contained in:
commit
d8483d720d
@ -145,7 +145,11 @@ typedef intptr_t __attribute__((__may_alias__)) intptr_alias_t;
|
||||
# define LLD "I64d"
|
||||
# define ULD "I64x"
|
||||
# else
|
||||
# define LLD "ld"
|
||||
# ifdef __APPLE__
|
||||
# define LLD "lld"
|
||||
# else
|
||||
# define LLD "ld"
|
||||
# endif
|
||||
# define ULD "lu"
|
||||
# endif
|
||||
#else
|
||||
|
@ -2819,15 +2819,6 @@ pushArguments(Thread* t, object this_, const char* spec, object a)
|
||||
}
|
||||
}
|
||||
|
||||
inline unsigned
|
||||
returnCode(Thread* t, object method)
|
||||
{
|
||||
const char* s = reinterpret_cast<const char*>
|
||||
(&byteArrayBody(t, methodSpec(t, method), 0));
|
||||
while (*s and *s != ')') ++ s;
|
||||
return fieldCode(t, s[1]);
|
||||
}
|
||||
|
||||
object
|
||||
invoke(Thread* t, object method)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user