mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
call the right continuation in callContinuation
This commit is contained in:
parent
dc523fe6eb
commit
c2bd828cc1
@ -5508,8 +5508,7 @@ callContinuation(MyThread* t, object continuation, object result,
|
|||||||
|
|
||||||
switch (action) {
|
switch (action) {
|
||||||
case Call: {
|
case Call: {
|
||||||
callContinuation
|
callContinuation(t, continuation, result, exception, ip, base, stack);
|
||||||
(t, nextContinuation, result, exception, ip, base, stack);
|
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case Unwind: {
|
case Unwind: {
|
||||||
|
Loading…
Reference in New Issue
Block a user