mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Arm64Emitter: Make BarrierType enum an enum class
Prevents namespace pollution and enforces strong typing.
This commit is contained in:
@ -364,7 +364,7 @@ enum class SystemHint
|
||||
SEVL,
|
||||
};
|
||||
|
||||
enum BarrierType
|
||||
enum class BarrierType
|
||||
{
|
||||
OSHLD = 1,
|
||||
OSHST = 2,
|
||||
|
Reference in New Issue
Block a user