mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
snapshot
This commit is contained in:
@ -2563,7 +2563,7 @@ interpret(Thread* t)
|
||||
unsigned index = ip + ((key - bottom) * 4);
|
||||
ip = base + codeReadInt32(t, code, index);
|
||||
} else {
|
||||
ip = base + default_;
|
||||
ip = base + default_;
|
||||
}
|
||||
} goto loop;
|
||||
|
||||
|
Reference in New Issue
Block a user