summaryrefslogtreecommitdiff
path: root/src/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall.h')
-rw-r--r--src/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/syscall.h b/src/syscall.h
index 6ece660..a2da030 100644
--- a/src/syscall.h
+++ b/src/syscall.h
@@ -29,5 +29,6 @@
#elif defined(__aarch64__)
#include "syscall-arm64.h"
#else
-#error "add syscall-arch.h"
+#warning "using generic syscall method"
+#include "syscall-generic.h"
#endif