diff options
Diffstat (limited to 'src/binary-reader-objdump.h')
-rw-r--r-- | src/binary-reader-objdump.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binary-reader-objdump.h b/src/binary-reader-objdump.h index fbda3ffb..32585995 100644 --- a/src/binary-reader-objdump.h +++ b/src/binary-reader-objdump.h @@ -21,6 +21,7 @@ #include <vector> #include "common.h" +#include "feature.h" #include "stream.h" namespace wabt { @@ -44,7 +45,7 @@ struct ObjdumpOptions { bool disassemble; bool debug; bool relocs; - bool allow_future_exceptions = false; + Features features; ObjdumpMode mode; const char* filename; const char* section_name; |