* device/include/malloc.h: Added z80 and gbz80 support.
[fw/sdcc] / device / include / asm / gbz80 / features.h
index 28866ec106a089d9ec4c815da1fd9a1f53a0b899..fd9dc1ef8fcfdc6f75a3bbf5685c9bbf3eaffc28 100644 (file)
 
 /* The following are disabled to make the dhrystone test more authentic.
  */
-#define _SDCC_PORT_PROVIDES_MEMCPY     1
-#define _SDCC_PORT_PROVIDES_STRCMP     1
+#define _SDCC_PORT_PROVIDES_MEMCPY     0
+#define _SDCC_PORT_PROVIDES_STRCMP     0
 /* Register allocator is as good as hand coded asm.  Cool. */
 #define _SDCC_PORT_PROVIDES_STRCPY     0
 
+#define _SDCC_MALLOC_TYPE_MLH          1
+
 #endif