From 5ffc833842eb037b3d010d99e0c9194ee77c8aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Mon, 12 Jun 2017 12:47:07 +0000 Subject: [PATCH] amiga/m68k: enable inlining and compiler mul32to64 in the softfpu git-svn-id: trunk@36489 - --- rtl/amiga/system.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/amiga/system.pp b/rtl/amiga/system.pp index cfec78cff8..e8a067b01c 100644 --- a/rtl/amiga/system.pp +++ b/rtl/amiga/system.pp @@ -97,6 +97,8 @@ implementation {$if defined(cpum68k) and defined(fpusoft)} {$define fpc_softfpu_implementation} +{$define softfpu_compiler_mul32to64} +{$define softfpu_inline} {$i softfpu.pp} {$undef fpc_softfpu_implementation}