Now the regression tests could go online again
[fw/sdcc] / support / regression / fwk / lib / testfwk.c
index 5d393386c250423d8e06b6511b34b464868bf79f..766954a697bc171d4641df4e649fd41deb704569 100644 (file)
@@ -10,7 +10,7 @@
 /** Define this if the port's div or mod functions are broken.
     A slow loop based method will be substituded.
 */
-#define BROKEN_DIV_MOD         1
+//#define BROKEN_DIV_MOD               1
 
 void _putchar(char c);
 void _exitEmu(void);