Skip to content

Commit

Permalink
Merge pull request #106 from YuzukiHD/dev
Browse files Browse the repository at this point in the history
[exception] remove gic usage
  • Loading branch information
YuzukiTsuru committed Jun 9, 2024
2 parents 55d3aba + ae0e602 commit 024f860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/arch/arm32/exception.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

#include <log.h>

#include <sys-gic.h>

static void show_regs(struct arm_regs_t *regs) {
int i = 0;

Expand Down

0 comments on commit 024f860

Please sign in to comment.