libmesosphere: move .s to kernel (prevent manifesting in kernelldr)

This commit is contained in:
Michael Scire 2020-02-13 22:05:20 -08:00
parent 8c93eb5712
commit 364b04b68a
21 changed files with 100 additions and 53 deletions

View file

@ -405,7 +405,7 @@ namespace ams::util {
return Traits::GetParent(node);
}
public:
IntrusiveList() : impl() { /* ... */ }
constexpr IntrusiveList() : impl() { /* ... */ }
/* Iterator accessors. */
iterator begin() {