wok-current diff linld/stuff/src/LINLD.CPP @ rev 22632

linux: add CONFIG_SND_PCSP
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 11:52:56 2020 +0100 (2020-01-13)
parents f25cb816bdd9
children 56ee356284c6
line diff
     1.1 --- a/linld/stuff/src/LINLD.CPP	Sun Nov 10 18:20:50 2019 +0100
     1.2 +++ b/linld/stuff/src/LINLD.CPP	Mon Jan 13 11:52:56 2020 +0100
     1.3 @@ -63,7 +63,7 @@
     1.4  	    if (cpuhaslm() == 0) exit();
     1.5  	}
     1.6          if ((*(u16 *)*argv|0x2002) == 0x662F) {	// -F /f
     1.7 -	    skip_alloc++;
     1.8 +	    skip_alloc--;
     1.9  	}
    1.10  	else if (argstr(*argv,"cl|image|initrd",clp) != -1);
    1.11  	else if (fileexist(*argv) != -1)
    1.12 @@ -105,7 +105,7 @@
    1.13  	    if (cpuhaslm() == 0) exit();
    1.14  	    goto next;
    1.15  	case 0x662F:	// -F /f
    1.16 -	    skip_alloc++;
    1.17 +	    skip_alloc--;
    1.18  	    goto next;
    1.19  	case 0x622F:	// -B /b
    1.20  	    argv++;