X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Fasm%2Fz80%2Ffeatures.h;h=fd9dc1ef8fcfdc6f75a3bbf5685c9bbf3eaffc28;hb=992c2218a2339d024c181e57f8622dd5df9a884b;hp=7e90a8dec9c0e977bbe974128273c06966e6e979;hpb=a046291bc6b5843709af03203b07549c30dd1f32;p=fw%2Fsdcc diff --git a/device/include/asm/z80/features.h b/device/include/asm/z80/features.h index 7e90a8de..fd9dc1ef 100644 --- a/device/include/asm/z80/features.h +++ b/device/include/asm/z80/features.h @@ -16,4 +16,6 @@ /* Register allocator is as good as hand coded asm. Cool. */ #define _SDCC_PORT_PROVIDES_STRCPY 0 +#define _SDCC_MALLOC_TYPE_MLH 1 + #endif