thermosphere: fix bugs:
- missing barriers after setting elr/spsr - .text.start* matching .text.startup (which contains main, thanks @fincs)
This commit is contained in:
7
thermosphere/src/main.c
Normal file
7
thermosphere/src/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "utils.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
// Setup stuff
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user