Compare commits
2 Commits
671ca912b8
...
762494453f
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | 762494453f | |
Rekai Nyangadzayi Musuka | e3553bcbd6 |
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue