mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-24 16:37:54 +00:00
Merge branch 'master' into new-matrix-type
This commit is contained in:
+1
-1
@@ -28,9 +28,9 @@ enum AddressingMode : u8 {
|
||||
};
|
||||
|
||||
struct TypeAndValue {
|
||||
Type * type;
|
||||
AddressingMode mode;
|
||||
bool is_lhs; // Debug info
|
||||
Type * type;
|
||||
ExactValue value;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user