Fix derp
This commit is contained in:
@@ -29,10 +29,10 @@ void main(void)
|
||||
{
|
||||
void *payloadAddress = (void *)0x23F00000;
|
||||
|
||||
memcpy(payloadAddress, (void *)0x24F00000, payloadSize);
|
||||
memcpy(payloadAddress, (void *)0x24000000, payloadSize);
|
||||
|
||||
//Ensure that all memory transfers have completed and that the caches have been flushed
|
||||
flushCaches();
|
||||
|
||||
((void (*)())payloadAddress)();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user