From 161c3decb9da570fcd590fc19da20c3636cda996 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 17 Feb 2024 18:10:27 +0000 Subject: driver: -export-symbols: rename associated struct member as .expsyms. --- src/driver/slbt_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver/slbt_driver_ctx.c') 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: -- cgit v1.2.3