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