| author | |
| committer | |
| log | 6b944492b5f35ce61591e1231dc6c8d44ccf17e3 |
| tree | 5bc3c2f9cbc748028bcbd0a6d0e7b9e5906211cb |
| parent | b4baa9eda2b4398d9fe0ea5847a8bb8dfdd16ba4 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen.zig+1-1| ... | ... | @@ -2721,7 +2721,7 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type { |
| 2721 | 2721 | return MCValue.dead; |
| 2722 | 2722 | switch (arch) { |
| 2723 | 2723 | .spu_2 => { |
| 2724 | if (inst.inputs.len > 0 or inst.output != null) { | |
| 2724 | if (inst.inputs.len > 0 or inst.output_constraint != null) { | |
| 2725 | 2725 | return self.fail(inst.base.src, "TODO implement inline asm inputs / outputs for SPU Mark II", .{}); |
| 2726 | 2726 | } |
| 2727 | 2727 | if (mem.eql(u8, inst.asm_source, "undefined0")) { |