Remove comma from the end of an enum.

llvm-svn: 191877
This commit is contained in:
Craig Topper 2013-10-03 06:18:26 +00:00
parent 10a00ee485
commit 42e8a63e4f
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ typedef enum {
typedef enum {
VEX_LOB_0F = 0x1,
VEX_LOB_0F38 = 0x2,
VEX_LOB_0F3A = 0x3,
VEX_LOB_0F3A = 0x3
} VEXLeadingOpcodeByte;
typedef enum {