mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 21:11:36 -07:00
Correct is_operand_value for Swizzle addressing modes
This commit is contained in:
@@ -14,6 +14,8 @@ bool is_operand_value(Operand o) {
|
||||
case Addressing_MapIndex:
|
||||
case Addressing_OptionalOk:
|
||||
case Addressing_SoaVariable:
|
||||
case Addressing_SwizzleValue:
|
||||
case Addressing_SwizzleVariable:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user