removed REGPATCH define
This commit is contained in:
parent
e3acc1a9ed
commit
3e78acff56
|
@ -24,7 +24,7 @@ static char rcsid[] = "$Header$";
|
|||
* machine dependent back end routines for the PDP-11
|
||||
*/
|
||||
|
||||
#define REGPATCH
|
||||
/* #define REGPATCH /* save all registers in markblock */
|
||||
|
||||
con_part(sz,w) register sz; word w; {
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define REGPATCH /* save all registers in link block */
|
||||
/* #define REGPATCH /* save all registers in link block */
|
||||
|
||||
#ifdef REGPATCH
|
||||
#define SL 8
|
||||
|
|
Loading…
Reference in a new issue