c32exit.s

来自「linux内核」· S 代码 · 共 11 行

S
11
字号
# $Id### Implementation of exit() for com32 based on c32entry.S#	.text	.globl exitexit:	movl 4(%esp),%eax		# Exit code in %eax = return value	movl (__entry_esp),%esp		# Return stack pointer to entry value	ret				# Return to termination address

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?