SPU-II: Ignore @breakpoint for now
This commit is contained in:
committed by
Andrew Kelley
parent
f2fef240a1
commit
3a9af0c88b
@@ -1265,6 +1265,7 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type {
|
||||
.riscv64 => {
|
||||
mem.writeIntLittle(u32, try self.code.addManyAsArray(4), Instruction.ebreak.toU32());
|
||||
},
|
||||
.spu_2 => {},
|
||||
else => return self.fail(src, "TODO implement @breakpoint() for {}", .{self.target.cpu.arch}),
|
||||
}
|
||||
return .none;
|
||||
|
||||
Reference in New Issue
Block a user