__sigreturn.s
来自「好强悍的minix2.0的源码,是你学习操作系统和Linux编程不可或缺的源码!」· S 代码 · 共 11 行
S
11 行
! This routine is the low-level code for returning from signals. ! It calls __sigreturn, which is the normal "system call" routine.! Both ___sigreturn and __sigreturn are needed..sect .text; .sect .rom; .sect .data; .sect .bss.sect .text.define ___sigreturn.extern __sigreturn___sigreturn: add sp, #8 jmp __sigreturn
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?