mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix build regression due to last merge
This commit is contained in:
parent
5ef5158bc1
commit
189340954a
@ -612,7 +612,7 @@ class MyStackWalker: public Processor::StackWalker {
|
||||
}
|
||||
|
||||
void next() {
|
||||
expect(t, count_ <= StackSizeInWords);
|
||||
expect(t, count_ <= stackSizeInWords(t));
|
||||
|
||||
switch (state) {
|
||||
case Continuation:
|
||||
|
Loading…
Reference in New Issue
Block a user