Kernel  |  4.1

下载     查看原文件
C++程序  |  6行  |  81 B
#ifdef __i386__
#include "faultinfo_32.h"
#else
#include "faultinfo_64.h"
#endif