Compare commits
2 Commits
762494453f
...
671ca912b8
Author | SHA1 | Date |
---|---|---|
Rekai Nyangadzayi Musuka | 671ca912b8 | |
Rekai Nyangadzayi Musuka | b167abc58a |
|
@ -376,6 +376,8 @@ 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