This commit is contained in:
Lightos1
2026-04-19 16:12:57 +02:00
parent 78112547b6
commit 9c16f8b2b8

View File

@@ -897,7 +897,7 @@ namespace ams::ldr::hoc::pcv::mariko {
/* Pray this does not break. */
u32 br = *(ptr - BrOffset);
R_UNLESS(AsmCompareBrNoRd(br, MtcBrAsm), ldr::ResulInvalidMtcTablePattern());
R_UNLESS(AsmCompareBrNoRd(br, MtcBrAsm), ldr::ResultInvalidMtcTablePattern());
/* Pray this does not break either. */
u32 mov = *(ptr - MovOffset);