cpu fixes, deprecate auto

This commit is contained in:
Lightos1
2026-01-02 19:29:10 +01:00
parent ca72c1fc5e
commit c5e3a27bbb
4 changed files with 42 additions and 50 deletions

View File

@@ -168,7 +168,7 @@ void Patch(uintptr_t mapped_nso, size_t nso_size) {
if (isMariko)
mariko::Patch(mapped_nso, nso_size);
else
erista::Patch(mapped_nso, nso_size);
mariko::Patch(mapped_nso, nso_size);
#endif
}