From 938a475adc16f90139cb6227f3e54e6aa743d528 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 Dec 2015 08:44:27 -0500 Subject: driver: dstdir,asmbase: initial implementation. --- src/internal/mdso_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') 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 { -- cgit v1.2.3