summaryrefslogtreecommitdiff
path: root/src/driver/slbt_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r--src/driver/slbt_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index be7dfba..11d4e4d 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -714,7 +714,7 @@ int slbt_get_driver_ctx(
break;
case TAG_EXPSYMS_FILE:
- cctx.symfile = entry->arg;
+ cctx.expsyms = entry->arg;
break;
case TAG_EXPSYMS_REGEX: