1*22158Sdist /* 2*22158Sdist * Copyright (c) 1980 Regents of the University of California. 3*22158Sdist * All rights reserved. The Berkeley software License Agreement 4*22158Sdist * specifies the terms and conditions for redistribution. 5*22158Sdist * 6*22158Sdist * @(#)machdep.h 5.1 (Berkeley) 06/05/85 7*22158Sdist */ 82081Smckusick 910235Smckusick #ifdef ADDR32 102081Smckusick #define pushaddr push4 112081Smckusick #define popaddr (char *)pop4 1210235Smckusick #endif ADDR32 1310235Smckusick #ifdef ADDR16 142951Smckusic #define pushaddr push2 152951Smckusic #define popaddr (char *)pop2 1610235Smckusick #endif ADDR16 17