mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-25 05:10:56 +00:00
Fix -Wmicrosoft-enum warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9adb2129bd
commit
ff88606563
@ -121,7 +121,7 @@ namespace ARM {
|
||||
};
|
||||
|
||||
// Arch extension modifiers for CPUs.
|
||||
enum ArchExtKind {
|
||||
enum ArchExtKind : unsigned {
|
||||
AEK_INVALID = 0x0,
|
||||
AEK_NONE = 0x1,
|
||||
AEK_CRC = 0x2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user