sigcontext.h
来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 27 行
H
27 行
#ifndef __ASM_SH_SIGCONTEXT_H#define __ASM_SH_SIGCONTEXT_Hstruct sigcontext { unsigned long oldmask; /* CPU registers */ unsigned long sc_regs[16]; unsigned long sc_pc; unsigned long sc_pr; unsigned long sc_sr; unsigned long sc_gbr; unsigned long sc_mach; unsigned long sc_macl;#if defined(__SH4__) /* FPU registers */ unsigned long sc_fpregs[16]; unsigned long sc_xfpregs[16]; unsigned int sc_fpscr; unsigned int sc_fpul; unsigned int sc_ownedfp;#endif};#endif /* __ASM_SH_SIGCONTEXT_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?