factor/vm/os-linux-ppc.h

5 lines
105 B
C

typedef struct _F_STACK_FRAME {
struct _F_STACK_FRAME *previous;
CELL return_address;
} F_STACK_FRAME;