diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 2 |
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: |