parent
d72ca391f6
commit
7ebbcf55b1
@ -1,2 +1,14 @@
|
||||
#ifdef __x86_64__
|
||||
#include "../linux_spinlock.h"
|
||||
#include "validate.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
|
||||
fprintf(stderr, "Unsupported.\n");
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in new issue