From 9df04ec7ba1d0839821aff10e022cfb15e30274e Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Tue, 8 Sep 2015 15:31:46 +0200 Subject: [PATCH] Use 3.18 syscall instrumentation for MIPS32 Signed-off-by: Lars Persson Signed-off-by: Mathieu Desnoyers --- instrumentation/syscalls/headers/syscalls_integers.h | 2 +- instrumentation/syscalls/headers/syscalls_pointers.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index 2992439f..8cccccf9 100644 --- a/instrumentation/syscalls/headers/syscalls_integers.h +++ b/instrumentation/syscalls/headers/syscalls_integers.h @@ -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 diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 9fde85a5..ab95df8a 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -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 -- 2.34.1