faultinfo.h 81 Bytes edit raw blame history 1 2 3 4 5 #ifdef __i386__ #include "faultinfo_32.h" #else #include "faultinfo_64.h" #endif