glasm: Add Void type to GLASM values
This commit is contained in:
parent
3764750339
commit
31d402ee74
3 changed files with 15 additions and 0 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
}
|
||||
switch (value.type) {
|
||||
case Type::Register:
|
||||
case Type::Void:
|
||||
break;
|
||||
case Type::U32:
|
||||
ctx.Add("MOV.U {}.x,{};", reg, value.imm_u32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue