icache.h
来自「ppc750 system design simulator using sys」· C头文件 代码 · 共 26 行
H
26 行
/*************************************************************************** ICache.h - description ------------------- begin : Fri May 18 2001 copyright : (C) 2001 Universite Paris Sud and CEA author : Gilles Mouchard email : gilles.mouchard@lri.fr, gilles.mouchard@.cea.fr ***************************************************************************/#ifndef __ICACHE_H__#define __ICACHE_H__#ifdef DCACHE#undef DCACHE#endif#ifndef ICACHE#define ICACHE#endif#include <Cache.h>#undef ICACHE#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?