1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-05-18 14:10:07 +00:00

kernel: ensure class token lambda exit is unreachable

This commit is contained in:
Liam 2022-06-07 18:22:54 -04:00
parent 8fea7e56e5
commit 6f59e2676b

@ -49,6 +49,7 @@ private:
} }
} }
} }
UNREACHABLE();
}(); }();
template <typename T> template <typename T>