leon3_test.c

来自「sun公司的sparc v8处理器的配置代码。」· C语言 代码 · 共 19 行

C
19
字号
#include "testmod.h"leon3_test(int domp, volatile int *irqmp, int mtest){	int tmp, i;	if (!get_pid()) report_device(0x01003000);	if (domp) mptest_start(irqmp);		report_subtest(REGFILE+(get_pid()<<4));	if (regtest()) fail(1);	multest();	divtest();	fputest();	if (mtest) cramtest();	if (domp) mptest_end(irqmp);		cachetest();}

⌨️ 快捷键说明

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