summaryrefslogtreecommitdiffstats
path: root/runtime/sym.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/sym.c')
-rw-r--r--runtime/sym.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/sym.c b/runtime/sym.c
index 06691dc9..c72d930c 100644
--- a/runtime/sym.c
+++ b/runtime/sym.c
@@ -127,6 +127,7 @@ static unsigned long _stp_module_relocate(const char *module,
}
}
+ last_tsk = tsk;
for (i = 0; i < _stp_num_modules; i++) {
last = _stp_modules[i];
if (strcmp(module, last->name))