From 002fafde005a5df6c145f57da2470e8305482dd8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 22 Feb 2018 23:43:07 -0500 Subject: [PATCH] package2: Silence a -Wcomment warning --- exosphere/package2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/package2.c b/exosphere/package2.c index e3b5469c7..fbdc5e487 100644 --- a/exosphere/package2.c +++ b/exosphere/package2.c @@ -462,7 +462,7 @@ void load_package2(void) { } } - /* TODO: MISC register 0x1F0098C00 |= 0x2000; + /* TODO: MISC register 0x1F0098C00 |= 0x2000; */ /* TODO: Update SCR_EL3 depending on value in Bootconfig. */ } \ No newline at end of file