aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index f1779bdbc..8acc3f419 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -28,9 +28,9 @@ enum AddressingMode : u8 {
};
struct TypeAndValue {
+ Type * type;
AddressingMode mode;
bool is_lhs; // Debug info
- Type * type;
ExactValue value;
};