1*2081Smckusick /* Copyright (c) 1979 Regents of the University of California */ 2*2081Smckusick 3*2081Smckusick /* static char sccsid[] = "@(#)machdep.h 1.1 01/07/81"; */ 4*2081Smckusick 5*2081Smckusick #define pushaddr push4 6*2081Smckusick #define popaddr (char *)pop4 7*2081Smckusick #define popargs(num) popsp(num * sizeof(int)) 8