From 05a3c3a3d5ffe9107ecad375a55dda9106629125 Mon Sep 17 00:00:00 2001 From: Sun Yiming Z Date: Wed, 10 Mar 2021 09:56:58 +0800 Subject: [PATCH] Update system_ARMCR52.c --- Platforms/IPSS/ARMCR52/system_ARMCR52.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/IPSS/ARMCR52/system_ARMCR52.c b/Platforms/IPSS/ARMCR52/system_ARMCR52.c index 28978697..bb179198 100755 --- a/Platforms/IPSS/ARMCR52/system_ARMCR52.c +++ b/Platforms/IPSS/ARMCR52/system_ARMCR52.c @@ -153,7 +153,7 @@ void simulation_exit() void $Sub$$main(void) { - enable_caches(); // Initalize caches right away. Implmentation varies by core + enable_caches(); // Initalize caches right away. Implementation varies by core $Super$$main(); // calls original main()