libucontext/arch/sh/defs.h

14 lines
204 B
C

#ifndef __ARCH_SH4_DEFS_H
#define __ARCH_SH4_DEFS_H
#define REG_SZ (4)
#define MCONTEXT_GREGS (24)
#define REG_PC (16)
#define REG_PR (17)
#define REG_SR (18)
#include "common-defs.h"
#endif