Fix: generate header missing echo -e for escape chars
[lttng-modules.git] / instrumentation / syscalls / headers / syscalls_pointers.h
index 4b79d0592927bc7728432f53b516ef1d6726c7e3..32238902187dadc89cde3ea8f246636ee3b6af4e 100644 (file)
@@ -1,3 +1,7 @@
-#ifndef CONFIG_X64_64
+#ifdef CONFIG_X86_64
 #include "x86-64-syscalls-3.0.4_pointers.h"
 #endif
+
+#ifdef CONFIG_X86_32
+#include "x86-32-syscalls-3.1.0-rc6_pointers.h"
+#endif
This page took 0.034538 seconds and 4 git commands to generate.