Use 3.18 syscall instrumentation for MIPS32
authorLars Persson <lars.persson@axis.com>
Tue, 8 Sep 2015 13:31:46 +0000 (15:31 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 16:04:43 +0000 (12:04 -0400)
Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/syscalls_integers.h
instrumentation/syscalls/headers/syscalls_pointers.h

index 2992439f73fd1ecc1b8feddb37896cd9e8ecbd5b..8cccccf9705f15cc83f0eb6469ef5abae2269a54 100644 (file)
@@ -15,5 +15,5 @@
 #endif
 
 #ifdef CONFIG_CPU_MIPS32
-#include "mips-32-syscalls-3.13.0_integers.h"
+#include "mips-32-syscalls-3.18.0_integers.h"
 #endif
index 9fde85a5d9e52c527e087e68b12c55a6416aa495..ab95df8a00031d52f04e7c3e2201a2c3c675fac3 100644 (file)
@@ -15,5 +15,5 @@
 #endif
 
 #ifdef CONFIG_CPU_MIPS32
-#include "mips-32-syscalls-3.13.0_pointers.h"
+#include "mips-32-syscalls-3.18.0_pointers.h"
 #endif
This page took 0.02633 seconds and 4 git commands to generate.