mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
defer moveZCR to moveCR
This commit is contained in:
parent
762df17aa7
commit
ca0d4b44c1
@ -1570,6 +1570,7 @@ populateTables(ArchitectureContext* c)
|
||||
|
||||
bo[index(MoveZ, R, R)] = CAST2(moveZRR);
|
||||
bo[index(MoveZ, M, R)] = CAST2(moveZMR);
|
||||
bo[index(MoveZ, C, R)] = CAST2(moveCR);
|
||||
|
||||
bo[index(Compare, R, R)] = CAST2(compareRR);
|
||||
bo[index(Compare, C, R)] = CAST2(compareCR);
|
||||
|
Loading…
Reference in New Issue
Block a user