mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
Arm64Emitter: Make BarrierType enum an enum class
Prevents namespace pollution and enforces strong typing.
This commit is contained in:
parent
f21c740919
commit
5c3f2fde22
2 changed files with 4 additions and 4 deletions
|
@ -364,7 +364,7 @@ enum class SystemHint
|
|||
SEVL,
|
||||
};
|
||||
|
||||
enum BarrierType
|
||||
enum class BarrierType
|
||||
{
|
||||
OSHLD = 1,
|
||||
OSHST = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue