mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 03:12:22 -07:00
Fix #1019
This commit is contained in:
@@ -13,6 +13,7 @@ bool is_operand_value(Operand o) {
|
||||
case Addressing_Constant:
|
||||
case Addressing_MapIndex:
|
||||
case Addressing_OptionalOk:
|
||||
case Addressing_OptionalOkPtr:
|
||||
case Addressing_SoaVariable:
|
||||
case Addressing_SwizzleValue:
|
||||
case Addressing_SwizzleVariable:
|
||||
|
||||
Reference in New Issue
Block a user