getfp
struct frame *getfp(void);
struct frame *fp = getfp(), *sfp;
struct frame32 *fp = (struct frame32 *)getfp(), *sfp;