diff options
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r-- | src/tools/unidasm.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c index a45bb69a5b7..946e84a27fc 100644 --- a/src/tools/unidasm.c +++ b/src/tools/unidasm.c @@ -62,8 +62,7 @@ enum _display_type typedef enum _display_type display_type; -typedef struct _dasm_table_entry dasm_table_entry; -struct _dasm_table_entry +struct dasm_table_entry { const char * name; display_type display; @@ -72,8 +71,7 @@ struct _dasm_table_entry }; -typedef struct _options options; -struct _options +struct options { const char * filename; offs_t basepc; |