wok-current diff linld/stuff/src/CRTLX.H @ rev 22170

linld: clear heap in moverm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 08 10:47:52 2019 +0100 (2019-11-08)
parents 04ffefac5707
children 00ef8230cd61
line diff
     1.1 --- a/linld/stuff/src/CRTLX.H	Thu Aug 01 15:16:29 2019 +0200
     1.2 +++ b/linld/stuff/src/CRTLX.H	Fri Nov 08 10:47:52 2019 +0100
     1.3 @@ -9,6 +9,3 @@
     1.4  //extern "C" char *ultoa(unsigned long n);
     1.5  extern _fastcall int ultoa(unsigned long n);
     1.6  extern "C" void try_default_args();
     1.7 -extern char cpu_features[];
     1.8 -#define CPUMASKLM  (0x20)
     1.9 -#define cpuhaslm() (cpu_features[3]&CPUMASKLM)