leon2_test.c
来自「sun公司的sparc v8处理器的配置代码。」· C语言 代码 · 共 20 行
C
20 行
#include "testmod.h"leon2_test(volatile int *irqmp, int mtest){ int tmp, i; report_device(0x04002000); report_subtest(REGFILE); if (regtest()) fail(1); multest(); divtest(); /* fputest(); if (mtest) cramtest(); if (domp) mptest_end(irqmp); cachetest(); */}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?