From 8633fc3e7f16a629188324a83d3f9dc26bb265f1 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Sat, 4 Oct 2014 04:50:45 +0000 Subject: [PATCH] arch/m68k-all/exec: Get cachecontrol_.S to compile under gcc 4.8.3 Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49687 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/m68k-all/exec/cachecontrol_.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k-all/exec/cachecontrol_.S b/arch/m68k-all/exec/cachecontrol_.S index fb5171bfd1..d009969f71 100644 --- a/arch/m68k-all/exec/cachecontrol_.S +++ b/arch/m68k-all/exec/cachecontrol_.S @@ -9,7 +9,7 @@ #include "aros/m68k/asm.h" #include "cache.h" - .chip 68040 + .chip 68060 .text -- 2.11.4.GIT