diff options
author | midipix <writeonce@midipix.org> | 2017-02-07 23:06:15 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-08 01:19:08 -0500 |
commit | c12a925ddba06fc1d11298fc26c10f2d5ffb91db (patch) | |
tree | 8440a09f0972f71282c5fefe1b6d56fc2a9bc036 /include | |
parent | 2f03312a60aefe175c0d6764975c632b41e676c8 (diff) | |
download | mdso-c12a925ddba06fc1d11298fc26c10f2d5ffb91db.tar.bz2 mdso-c12a925ddba06fc1d11298fc26c10f2d5ffb91db.tar.xz |
driver: added --asm support.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 59a38bc..6ef0c0a 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -33,6 +33,7 @@ extern "C" { #define MDSO_DRIVER_VERSION 0x0010 #define MDSO_DRIVER_DRY_RUN 0x0020 #define MDSO_DRIVER_QUAD_PTR 0x0040 +#define MDSO_DRIVER_GENERATE_ASM 0x0100 #define MDSO_DRIVER_ANNOTATE_ALWAYS 0x1000 #define MDSO_DRIVER_ANNOTATE_NEVER 0x2000 |