mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00: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_MapIndex:
|
||||||
case Addressing_OptionalOk:
|
case Addressing_OptionalOk:
|
||||||
case Addressing_SoaVariable:
|
case Addressing_SoaVariable:
|
||||||
|
case Addressing_SwizzleValue:
|
||||||
|
case Addressing_SwizzleVariable:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user