Skip to content

Commit 77b82dc

Browse files
committed
Fix last minute change to cart interrupt
1 parent 9889072 commit 77b82dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi/mpi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ extern "C"
406406

407407
void AssertInterupt(Interrupt interrupt)
408408
{
409-
AssertInt(IS_PAK, interrupt);
409+
AssertInt(IS_PIA1_CART, interrupt);
410410
}
411411

412412
extern "C"

0 commit comments

Comments
 (0)