This website works better with JavaScript
Home
Explore
Help
Register
Sign In
irvin
/
suyu
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
kernel: ensure class token lambda exit is unreachable
Liam
4 years ago
parent
8fea7e56e5
commit
6f59e2676b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/core/hle/kernel/k_class_token.h
+ 1
- 0
src/core/hle/kernel/k_class_token.h
View File
@@ -49,6 +49,7 @@ private:
}
}
}
+ UNREACHABLE();
}();
template <typename T>