diff --git a/sources/f251.c b/sources/f251.c index a1c67d8..5245450 100644 --- a/sources/f251.c +++ b/sources/f251.c @@ -4,7 +4,7 @@ // Check if the compiler defines int128 or if ASSEMBLY is defined, or if // we want ISO_C -#if !defined(__SIZEOF_INT128__) || defined(ASSEMBLY) || defined(ISO_C) +#if !defined(__SIZEOF_INT128__) || defined(ASSEMBLY) || defined(ISO_C) || defined (USE_SIMULATOR) //////////////////////////////////////////////////////////////////////////////// /// Macros