bsptrap.s

来自「RTEMS (Real-Time Executive for Multiproc」· S 代码 · 共 26 行

S
26
字号
/* * (c) 1998, Radstone Technology plc. * * * This is an unpublished work the copyright  in  which   vests * in  Radstone Technology plc.  All rights reserved. * * The information contained herein is the property of Radstone * Technology  plc.  and  is  supplied  without  liability  for * errors or omissions and no part may be reproduced,  used  or * disclosed except as authorized by contract or  other written * permission.     The    copyright    and    the     foregoing * restriction   on  reproduction, use and disclosure extend to * all  the   media   in   which   this  information   may   be * embodied. * */#include "ppc-asm.h"	.file	"bsptrap.s"	.textFUNC_START(bsp_trap)	scFUNC_END(bsp_trap)

⌨️ 快捷键说明

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