mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
add longCompareC to ternary operation table
This commit is contained in:
parent
5a8ffcd79b
commit
10c75f4783
@ -1427,6 +1427,7 @@ populateTables(ArchitectureContext* c)
|
||||
to[index(And, R)] = CAST3(andR);
|
||||
|
||||
to[index(LongCompare, R)] = CAST3(longCompareR);
|
||||
to[index(LongCompare, C)] = CAST3(longCompareC);
|
||||
}
|
||||
|
||||
class MyArchitecture: public Assembler::Architecture {
|
||||
|
Loading…
Reference in New Issue
Block a user