From 4e21292c95e90105383519e6a1b0a7d5ed749d70 Mon Sep 17 00:00:00 2001 From: sdcc-builder Date: Fri, 5 Sep 2003 09:50:45 +0000 Subject: [PATCH] fixed 64 bit hosts git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2876 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/libmullong.c | 1 + 1 file changed, 1 insertion(+) diff --git a/support/regression/tests/libmullong.c b/support/regression/tests/libmullong.c index 99a755a6..08523bb8 100644 --- a/support/regression/tests/libmullong.c +++ b/support/regression/tests/libmullong.c @@ -10,6 +10,7 @@ # if defined(type_c) # define _SDCC_NO_ASM_LIB_FUNCS 1 # define near +# define long int # include "../../../../../device/lib/_mullong.c" # else # define _mullong(a,b) (a*b) -- 2.30.2