From 3596032869e6596f5b440b28f4c540dd36da3475 Mon Sep 17 00:00:00 2001 From: Mat M Date: Fri, 23 Feb 2018 02:11:51 -0500 Subject: [PATCH] package2: Silence a -Wcomment warning (#35) --- exosphere/package2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/package2.c b/exosphere/package2.c index c7d4bd13a..8cf0695a6 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