?? usrwdbaltivec.c
字號:
/* usrWdbAltivec.c - optional Altivec support for the WDB agent *//* Copyright 1997-1998 Wind River Systems, Inc. *//*modification history--------------------01a,10apr01,kab created.*//*DESCRIPTIONThis library configures the WDB agent's Altivec support.*/extern void wdbTgtHasAltivecSet(void);/******************************************************************************** wdbAltivecInit - initialize Altivec support*/void wdbAltivecInit (void) { /* no altivec - return */ if (altivecProbe() == ERROR) return; /* mark altivec unit as available */ wdbTgtHasAltivecSet(); }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -