mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Remove comma from the end of an enum.
llvm-svn: 191877
This commit is contained in:
parent
6fb0648c41
commit
541a27d9e4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user