mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
Remove comma from the end of an enum.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191877 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
279d28265d
commit
e3b0a9c51a
@ -453,7 +453,7 @@ typedef enum {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
VEX_LOB_0F = 0x1,
|
VEX_LOB_0F = 0x1,
|
||||||
VEX_LOB_0F38 = 0x2,
|
VEX_LOB_0F38 = 0x2,
|
||||||
VEX_LOB_0F3A = 0x3,
|
VEX_LOB_0F3A = 0x3
|
||||||
} VEXLeadingOpcodeByte;
|
} VEXLeadingOpcodeByte;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user