mirror of
https://github.com/corda/corda.git
synced 2025-01-23 12:58:35 +00:00
fix argument mixup in Runtime.exit
This commit is contained in:
parent
a2a33c259e
commit
1dfa421a6c
@ -731,7 +731,7 @@ Avian_java_lang_Runtime_exit
|
|||||||
{
|
{
|
||||||
shutDown(t);
|
shutDown(t);
|
||||||
|
|
||||||
t->m->system->exit(*arguments);
|
t->m->system->exit(arguments[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" JNIEXPORT int64_t JNICALL
|
extern "C" JNIEXPORT int64_t JNICALL
|
||||||
|
Loading…
Reference in New Issue
Block a user