stackcheck.h (#1204)

* stackcheck.h

* warning

* Update src/boot_O2/stackcheck.c

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* Update src/boot_O2/stackcheck.c

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* Update src/boot_O2/stackcheck.c

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* stack

* format

* bss

* review

* review

---------

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
Anghelo Carvajal
2023-04-18 17:50:34 -04:00
committed by GitHub
parent 823746d495
commit 4647ebb91b
16 changed files with 79 additions and 63 deletions
+1
View File
@@ -1,6 +1,7 @@
#include "global.h"
#include "slowly.h"
#include "stack.h"
#include "stackcheck.h"
/**
* Assigns the "save" values in PreRender
+1
View File
@@ -7,6 +7,7 @@
#include "global.h"
#include "buffers.h"
#include "stack.h"
#include "stackcheck.h"
extern OSMesgQueue sSiIntMsgQ;
extern OSMesg sSiIntMsgBuf[1];
+1
View File
@@ -1,5 +1,6 @@
#include "prevent_bss_reordering.h"
#include "global.h"
#include "stackcheck.h"
#define RSP_DONE_MSG 667
#define RDP_DONE_MSG 668
+4 -3
View File
@@ -1,5 +1,6 @@
#include "global.h"
#include "stack.h"
#include "stackcheck.h"
#include "system_malloc.h"
// extern UNK_TYPE1 D_801FBE10;
@@ -7,10 +8,10 @@
// extern UNK_TYPE1 D_801FBE2C;
// extern UNK_TYPE4 D_801FBE30;
extern STACK(sSysFlashromStack, 0x1000);
extern StackEntry sys_flashromStackEntry;
extern OSThread sys_flashromOSThread;
extern StackEntry sSysFlashromStackInfo;
extern OSThread sSysFlashromThread;
extern s80185D40 D_801FD008;
extern OSMesg D_801FD034;
extern OSMesg D_801FD034[1];
#pragma GLOBAL_ASM("asm/non_matchings/code/sys_flashrom/func_801857C0.s")
+1
View File
@@ -10,6 +10,7 @@
*/
#include "slowly.h"
#include "global.h"
#include "stackcheck.h"
void Slowly_Main(SlowlyMgr* slowly) {
slowly->status |= SLOWLY_STATUS_STARTED;