summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-07 23:06:15 -0500
committermidipix <writeonce@midipix.org>2017-02-08 01:19:08 -0500
commitc12a925ddba06fc1d11298fc26c10f2d5ffb91db (patch)
tree8440a09f0972f71282c5fefe1b6d56fc2a9bc036 /src/internal
parent2f03312a60aefe175c0d6764975c632b41e676c8 (diff)
downloadmdso-c12a925ddba06fc1d11298fc26c10f2d5ffb91db.tar.bz2
mdso-c12a925ddba06fc1d11298fc26c10f2d5ffb91db.tar.xz
driver: added --asm support.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/mdso_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index 22fb893..5e260f8 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -15,6 +15,7 @@ extern const struct argv_option mdso_default_options[];
enum app_tags {
TAG_HELP,
TAG_VERSION,
+ TAG_ASM,
TAG_QUAD_PTR,
TAG_LIBPATH,
TAG_LIBNAME,