We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9ca2 commit 9f3ef33Copy full SHA for 9f3ef33
1 file changed
iop/arcade/accore/src/intr.c
@@ -11,7 +11,7 @@
11
#include "accore_internal.h"
12
13
static acUint8 masks_8[3] = {128u, 2u, 64u};
14
-static struct intr_softc Intrc;
+static struct intr_softc Intrc ={0,1};
15
16
static int intr_intr(void *arg)
17
{
0 commit comments