Replaced call to newilb after pro pseudo to call to newplb,
including retrofit for existing mach.h files
This commit is contained in:
parent
8bd6bcfde0
commit
4558cb8836
|
@ -40,6 +40,10 @@ static char rcsid2[] = "$Header$";
|
||||||
* Author: Hans van Staveren
|
* Author: Hans van Staveren
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef newplb /* retrofit for older mach.h */
|
||||||
|
#define newplb newilb
|
||||||
|
#endif
|
||||||
|
|
||||||
/* segment types for switchseg() */
|
/* segment types for switchseg() */
|
||||||
#define SEGTXT 0
|
#define SEGTXT 0
|
||||||
#define SEGCON 1
|
#define SEGCON 1
|
||||||
|
@ -328,7 +332,7 @@ dopseudo() {
|
||||||
switchseg(SEGTXT);
|
switchseg(SEGTXT);
|
||||||
procno++;
|
procno++;
|
||||||
strarg(getarg(ptyp(sp_pnam)));
|
strarg(getarg(ptyp(sp_pnam)));
|
||||||
newilb(argstr);
|
newplb(argstr);
|
||||||
getarg(cst_ptyp);
|
getarg(cst_ptyp);
|
||||||
prolog((full)argval);
|
prolog((full)argval);
|
||||||
#ifdef REGVARS
|
#ifdef REGVARS
|
||||||
|
|
Loading…
Reference in a new issue