Index: kernel/arch/mips32/src/interrupt.c
===================================================================
--- kernel/arch/mips32/src/interrupt.c	(revision 5d976276001b397849e42efba118c5da9bc3ab7f)
+++ kernel/arch/mips32/src/interrupt.c	(revision e0545de2baba1ee53c20d2582fa17b27b689de4a)
@@ -48,5 +48,5 @@
 
 /** Table of interrupt handlers. */
-int_handler_t int_handler[MIPS_INTERRUPTS] = {};
+int_handler_t int_handler[MIPS_INTERRUPTS] = { };
 
 /** Disable interrupts.
