Compare commits

..

3 Commits

1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ pub const Bus = struct {
_ = address; _ = address;
@panic("TODO: Implement Debug Writes via Bus Interface"); @panic("TODO: Implement Debug Writes via Bus Interface");
} }
pub fn reset(self: @This()) void {
self.vtable.reset();
}
}; };
pub const Scheduler = struct { pub const Scheduler = struct {