Skip to content

Commit

Permalink
Let's
Browse files Browse the repository at this point in the history
  • Loading branch information
VexedUXR committed Dec 2, 2024
1 parent 3e486ff commit 2a075ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys/powerpc/booke/booke_machdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ extern void *int_spe_fpround;
extern void *int_performance_counter;
#endif

/*
* TEST
*/

#define SET_TRAP(ivor, handler) \
KASSERT(((uintptr_t)(&handler) & ~0xffffUL) == \
((uintptr_t)(&interrupt_vector_base) & ~0xffffUL), \
Expand Down

0 comments on commit 2a075ba

Please sign in to comment.