summaryrefslogtreecommitdiffhomepage
path: root/src/skin
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/skin
parent2f03312a60aefe175c0d6764975c632b41e676c8 (diff)
downloadmdso-c12a925ddba06fc1d11298fc26c10f2d5ffb91db.tar.bz2
mdso-c12a925ddba06fc1d11298fc26c10f2d5ffb91db.tar.xz
driver: added --asm support.
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/mdso_skin_default.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c
index c52649d..e7ad452 100644
--- a/src/skin/mdso_skin_default.c
+++ b/src/skin/mdso_skin_default.c
@@ -8,6 +8,9 @@ const struct argv_option mdso_default_options[] = {
{"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0,
"show usage information [listing %s options only]"},
+ {"asm", 'a',TAG_ASM,ARGV_OPTARG_NONE,0,0,0,
+ "generate assembly sources"},
+
{"machine", 'm',TAG_QUAD_PTR,ARGV_OPTARG_REQUIRED,0,"32|64",0,
"set machine bits to %s"},