Compare commits

..

2 Commits

1 changed files with 0 additions and 2 deletions

View File

@ -376,8 +376,6 @@ fn undefinedRead(comptime format: []const u8, args: anytype) u8 {
fn unimplementedRead(comptime format: []const u8, args: anytype) u8 {
log.debug(format, args);
if (builtin.mode == .Debug) std.debug.panic("TODO: Implement I/O Register", .{});
return 0;
}