0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

fixup! hle: kernel: Migrate more of KThread to KAutoObject.

This commit is contained in:
bunnei 2021-05-04 20:55:13 -07:00
parent a488b86e97
commit 2c4615f3a6

View File

@ -38,7 +38,7 @@ public:
private:
template <TokenBaseType Index>
static constexpr inline TokenBaseType BaseClassToken = BIT(Index);
static constexpr inline TokenBaseType BaseClassToken = 1U << Index;
template <TokenBaseType Index>
static constexpr inline TokenBaseType FinalClassToken = [] {