x86_parse_targetmod enum should start with value 1, not 0.

svn path=/trunk/yasm/; revision=687
0.3
Peter Johnson 23 years ago
parent c2e982f901
commit 8495e174cc
  1. 2
      modules/arch/x86/x86arch.h
  2. 2
      src/arch/x86/x86arch.h

@ -48,7 +48,7 @@ typedef enum {
} x86_parse_insn_prefix;
typedef enum {
X86_NEAR,
X86_NEAR = 1,
X86_SHORT,
X86_FAR,
X86_TO

@ -48,7 +48,7 @@ typedef enum {
} x86_parse_insn_prefix;
typedef enum {
X86_NEAR,
X86_NEAR = 1,
X86_SHORT,
X86_FAR,
X86_TO

Loading…
Cancel
Save