kern: further codegen tweaks

This commit is contained in:
Michael Scire 2021-01-08 02:35:29 -08:00
parent 4aa18b06e8
commit 1e643f7ab0
7 changed files with 35 additions and 35 deletions

View file

@ -53,7 +53,7 @@ namespace ams::kern {
void Dump();
private:
bool IsSignaledImpl() const;
ALWAYS_INLINE bool IsSignaledImpl() const;
void CleanupRequests();
};