From 6848b7f8ed9521f9c4c36b62d4d204e693194cee Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 23 Dec 2015 00:22:03 -0500 Subject: driver: added --libpath option. --- include/mdso/mdso.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 88159fc..6f2796c 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -48,6 +48,7 @@ struct mdso_common_ctx { uint64_t drvflags; uint64_t actflags; uint64_t fmtflags; + uint32_t dsoflags; const char * libname; const char * asmbase; const char * dstdir; -- cgit v1.2.3