_ptrace.s
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· S 代码 · 共 31 行
S
31 行
/* ------------------------------------------------------------------ *//* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | *//* | Reserved. This software contains proprietary and confidential | *//* | information of MIPS and its suppliers. Use, disclosure or | *//* | reproduction is prohibited without the prior express written | *//* | consent of MIPS. | *//* ------------------------------------------------------------------ *//* @(#)_ptrace.s 4.1 ULTRIX 7/3/90 *//* * Copyright 1985 by MIPS Computer Systems, Inc. */#include <mips/regdef.h>#include <mips/asm.h>#include <syscall.h>#include "SYS.h".comm errno,4LEAF(_ptrace) sw zero,errno li v0,SYS_ptrace syscall bne a3,zero,err RETerr: j _cerror.end _ptrace
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?