mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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) {
|
||||
case Call: {
|
||||
callContinuation
|
||||
(t, nextContinuation, result, exception, ip, base, stack);
|
||||
callContinuation(t, continuation, result, exception, ip, base, stack);
|
||||
} break;
|
||||
|
||||
case Unwind: {
|
||||
|
Loading…
Reference in New Issue
Block a user