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()