mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
more compiler work
This commit is contained in:
parent
f85510c4c4
commit
3f45d39582
@ -51,10 +51,11 @@ enum BinaryOperation {
|
||||
const unsigned BinaryOperationCount = Xor + 1;
|
||||
|
||||
enum OperandType {
|
||||
Constant,
|
||||
Address,
|
||||
Register,
|
||||
Memory
|
||||
ConstantOperand,
|
||||
AddressOperand,
|
||||
RegisterOperand,
|
||||
MemoryOperand,
|
||||
StackOperand
|
||||
};
|
||||
|
||||
const unsigned OperandTypeCount = Memory + 1;
|
||||
|
1938
src/compiler.cpp
1938
src/compiler.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user