wok diff syslinux/stuff/iso2exe/boot.c @ rev 18789

Add opencv (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 05 11:03:10 2016 +0100 (2016-01-05)
parents aa46cf9cc35a
children fd3dadf90ba9
line diff
     1.1 --- a/syslinux/stuff/iso2exe/boot.c	Sat Jan 03 21:41:48 2015 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/boot.c	Tue Jan 05 11:03:10 2016 +0100
     1.3 @@ -158,16 +158,7 @@
     1.4  			cmdfile = argv[1] + 1;
     1.5  		else {
     1.6  			cmdfile = NULL;
     1.7 -#asm
     1.8 -		push	ds
     1.9 -		pop	es
    1.10 -		mov	si, #0x82
    1.11 -		mov	di, #_args
    1.12 -		mov	cx, #0x7E/2
    1.13 -		rep
    1.14 -		 seg	cs
    1.15 -		  movsw
    1.16 -#endasm
    1.17 +			copycmdline(args);
    1.18  		}
    1.19  	}
    1.20  	if (cmdfile) {