Compare commits
2 Commits
762494453f
...
671ca912b8
Author | SHA1 | Date | |
---|---|---|---|
671ca912b8 | |||
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…
x
Reference in New Issue
Block a user