mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-19 11:51:33 +00:00
Support [base]:u8 type interpretations for memory operands; And determine the correct suffix to use
This commit is contained in:
@@ -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