diff options
Diffstat (limited to 'src/audit.c')
-rw-r--r-- | src/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audit.c b/src/audit.c index 4488d24..337dd74 100644 --- a/src/audit.c +++ b/src/audit.c @@ -156,7 +156,7 @@ static int sym_exit(const char *symname, void *ptr, #ifdef CONFIG_ARCH_HAVE_ERROR_SIM if (lt_sh(&cfg, error_sim)) - lt_error_sym_exit(&cfg, sym, &tv, lr, inregs, outregs, &info); + lt_error_sym_exit(&cfg, symname, sym, &tv, lr, inregs, outregs, &info); #endif #ifdef CONFIG_ARCH_HAVE_ARGS |