Skip to content

Commit 731dc3c

Browse files
committed
Change leftover instance of __aeabi_memclr
1 parent f98e6ad commit 731dc3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

retail/bootloader/source/arm7/dsi2ds_patches.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7364,7 +7364,7 @@ void patchDSiModeToDSMode(cardengineArm9* ce9, const tNDSHeader* ndsHeader) {
73647364
*(u32*)0x0202B670 = 0xE1A00000; // nop
73657365
*(u32*)0x0202B68C = 0xE1A00000; // nop
73667366
setBL(0x0202BDCC, (u32)sdatAlloc);
7367-
__aeabi_memclr((u32*)mepAddr, 0x77C000);
7367+
toncset((u32*)mepAddr, 0, 0x77C000);
73687368
}
73697369

73707370
// Clubhouse Games Express: Card Classics (USA, Australia)

0 commit comments

Comments
 (0)