1 /* Copyright (c) 1979 Regents of the University of California */ 2 3 /* static char sccsid[] = "@(#)machdep.h 1.3 01/10/83"; */ 4 5 #ifdef ADDR32 6 #define pushaddr push4 7 #define popaddr (char *)pop4 8 #endif ADDR32 9 #ifdef ADDR16 10 #define pushaddr push2 11 #define popaddr (char *)pop2 12 #endif ADDR16 13