thermosphere: fix bugs:

- missing barriers after setting elr/spsr
- .text.start* matching .text.startup (which contains main, thanks @fincs)
This commit is contained in:
TuxSH
2019-07-18 23:43:49 +02:00
parent b124c4383e
commit acae18365b
4 changed files with 23 additions and 6 deletions

7
thermosphere/src/main.c Normal file
View File

@@ -0,0 +1,7 @@
#include "utils.h"
int main(void)
{
// Setup stuff
return 0;
}