mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
parent
1ca2f61527
commit
383fc2cc99
10 changed files with 77 additions and 70 deletions
|
@ -687,7 +687,7 @@ namespace ams::kern {
|
|||
GetCurrentThread().DisableDispatch();
|
||||
}
|
||||
|
||||
~KScopedDisableDispatch();
|
||||
NOINLINE ~KScopedDisableDispatch();
|
||||
};
|
||||
|
||||
ALWAYS_INLINE KExceptionContext *GetExceptionContext(KThread *thread) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue