Remove comma from the end of an enum.
authorCraig Topper <craig.topper@gmail.com>
Thu, 3 Oct 2013 06:18:26 +0000 (06:18 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 3 Oct 2013 06:18:26 +0000 (06:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191877 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/Disassembler/X86DisassemblerDecoder.h

index bd9a65172dd4b65911df86b6cf272355adb1a3c8..6d03d5ca5f362adc390afd573e758db03ceaa7d2 100644 (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 {