Skip to content

Commit

Permalink
add todo panic
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Apr 26, 2023
1 parent 70b1cb0 commit dacbf85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/cpus/riscv32.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ const root = @import("root");
const microzig = @import("microzig");

pub fn enable_interrupts() void {
@panic("TODO");
// asm volatile ("sei");
}

pub fn disable_interrupts() void {
@panic("TODO");
// asm volatile ("cli");
}

Expand Down

0 comments on commit dacbf85

Please sign in to comment.