add -P flag to 5l to produce proper flat binaries
This commit is contained in:
parent
abc602e191
commit
c8524f52ad
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ asmb(void)
|
|||
curtext = P;
|
||||
switch(HEADTYPE) {
|
||||
case 0:
|
||||
if(debug['P']){
|
||||
OFFSET = rnd(textsize, INITRND);
|
||||
seek(cout, OFFSET, 0);
|
||||
break;
|
||||
}
|
||||
case 1:
|
||||
case 2:
|
||||
case 5:
|
||||
|
|
Loading…
Reference in a new issue