From 2dd0308189b6ba17b0dac252fb5bc89f9877b7ab Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Mon, 17 Sep 2018 18:57:00 -0400 Subject: [PATCH] memset v2: i let ctc down edition --- bootloader/hos/hos.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootloader/hos/hos.c b/bootloader/hos/hos.c index d8758a8..6fa44d8 100644 --- a/bootloader/hos/hos.c +++ b/bootloader/hos/hos.c @@ -647,8 +647,7 @@ int hos_launch(ini_sec_t *cfg) if (ctxt.pkg1_id->kb < KB_FIRMWARE_VERSION_600) memset((void *)0x4003D000, 0, 0x3000); else - // and if we're not <6, do some new secmon magic~ - memset((void *)0x4003F800, 0, 0x1000) + memset((void *)0x4003F800, 0, 0x800) if (ctxt.debugmode) _copy_bootconfig(&ctxt);