mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
ArmCommon: Mark NO_COND as constexpr
Allows it to be used in compile-time expressions if ever necessary.
This commit is contained in:
@ -26,4 +26,4 @@ enum CCFlags
|
||||
CC_HS = CC_CS, // Alias of CC_CS Unsigned higher or same
|
||||
CC_LO = CC_CC, // Alias of CC_CC Unsigned lower
|
||||
};
|
||||
const u32 NO_COND = 0xE0000000;
|
||||
constexpr u32 NO_COND = 0xE0000000;
|
||||
|
Reference in New Issue
Block a user