mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a warning in GCC about a pointless typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b421640efa
commit
1e86e3fb4b
@ -100,7 +100,7 @@ static const char *stringForARMFormat(ARMFormat form) {
|
||||
#undef ENTRY
|
||||
}
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
IndexModeNone = 0,
|
||||
IndexModePre = 1,
|
||||
IndexModePost = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user