Compare commits
2 Commits
671ca912b8
...
762494453f
Author | SHA1 | Date | |
---|---|---|---|
762494453f | |||
e3553bcbd6 |
@ -376,8 +376,6 @@ fn undefinedRead(comptime format: []const u8, args: anytype) u8 {
|
|||||||
|
|
||||||
fn unimplementedRead(comptime format: []const u8, args: anytype) u8 {
|
fn unimplementedRead(comptime format: []const u8, args: anytype) u8 {
|
||||||
log.debug(format, args);
|
log.debug(format, args);
|
||||||
if (builtin.mode == .Debug) std.debug.panic("TODO: Implement I/O Register", .{});
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user