diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index be43926..cb4aefb 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -697,6 +697,10 @@ int slbt_get_driver_ctx( cctx.drvflags |= SLBT_DRIVER_ANTI_PIC; break; + case TAG_NO_UNDEFINED: + cctx.drvflags |= SLBT_DRIVER_NO_UNDEFINED; + break; + case TAG_SHARED: cctx.drvflags &= ~(uint64_t)SLBT_DRIVER_STATIC; break; |