diff options
Diffstat (limited to 'src/internal/mdso_driver_impl.h')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index 4ce307d..09f082a 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -24,6 +24,8 @@ struct mdso_expsyms { struct mdso_driver_ctx_impl { struct mdso_common_ctx cctx; struct mdso_driver_ctx ctx; + char * asmbase; + int fddst; }; struct mdso_unit_ctx_impl { |