Skip to content

Commit c0a3031

Browse files
committedDec 20, 2019
fix a merge issue
1 parent 488972f commit c0a3031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎gas/config/tc-i386.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -11093,8 +11093,8 @@ const char *md_shortopts = "qnO::";
1109311093
#define OPTION_X86_USED_NOTE (OPTION_MD_BASE + 25)
1109411094
#define OPTION_MVEXWIG (OPTION_MD_BASE + 26)
1109511095
#ifdef EMX
11096-
#define OPTION_ZOMF (OPTION_MD_BASE + 26)
11097-
#define OPTION_ZSTRIP (OPTION_MD_BASE + 27)
11096+
#define OPTION_ZOMF (OPTION_MD_BASE + 27)
11097+
#define OPTION_ZSTRIP (OPTION_MD_BASE + 28)
1109811098
#endif
1109911099

1110011100
struct option md_longopts[] =

0 commit comments

Comments
 (0)