diff --git a/bootloader/hos/hos.c b/bootloader/hos/hos.c index 3d04040..80ef1fa 100644 --- a/bootloader/hos/hos.c +++ b/bootloader/hos/hos.c @@ -484,7 +484,7 @@ int hos_launch(ini_sec_t *cfg) || (ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_UART_CONF)) *(vu32 *)(ctxt.kernel + kernel_patchset[i].off) = kernel_patchset[i].val; else if ((ctxt.atmosphere && kernel_patchset[i].id == ATM_ARR_PATCH) - || ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_ARR) + || (ctxt.debugmode && kernel_patchset[i].id == DEBUG_OUTPUT_ARR)) { temp = (u32 *)kernel_patchset[i].ptr; for (u32 j = 0; j < kernel_patchset[i].val; j++)