From 7b98c66460f2a250f68b01602012817151617335 Mon Sep 17 00:00:00 2001 From: Sun Yiming Z Date: Wed, 10 Mar 2021 09:56:34 +0800 Subject: [PATCH] Update system_ARMCR5.c --- Platforms/IPSS/ARMCR5/system_ARMCR5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/IPSS/ARMCR5/system_ARMCR5.c b/Platforms/IPSS/ARMCR5/system_ARMCR5.c index e4b54aa2..8ce7edb7 100755 --- a/Platforms/IPSS/ARMCR5/system_ARMCR5.c +++ b/Platforms/IPSS/ARMCR5/system_ARMCR5.c @@ -154,7 +154,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()