📄 usrwdbsysfpp.c
字号:
/* usrWdbTaskFpp.c - optional floating point support for the extern WDB agent *//* Copyright 1998 Wind River Systems, Inc. *//*modification history--------------------01a,22may98,dbt taken from 01a of usrWdbFpp.c*//*DESCRIPTIONThis library configures the external WDB agent's hardware floating pointsupport.*//* externals */extern BOOL wdbIsInitialized;/******************************************************************************** wdbSysFppInit - initialize hardware floating point support** This routine initializes hardware floating point support for the external* WDB agent.** NOMANUAL*/void wdbSysFppInit (void) { WDB_REG_SET_OBJ * pFpRegs; /* install system mode agent hook for the fpp unit */ if (wdbTgtHasFpp() && wdbIsInitialized) { pFpRegs = wdbFpLibInit(); wdbExternRegSetObjAdd (pFpRegs); } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -