mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-16 16:14:24 -04:00
Support [base]:u8 type interpretations for memory operands; And determine the correct suffix to use
This commit is contained in:
1 parent
c80fedc070
commit
658fa54ee4
3 files changed
+119
-46
No files matched your search
+1
-1
@@ -2463,7 +2463,7 @@ gb_internal Ast *parse_asm_operand(AstFile *f, bool allow_memory_operand) {
|
||||
disp = parse_asm_operand(f, false);
|
||||
}
|
||||
} else {
|
||||
disp = possible_index;
|
||||
index = possible_index;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user