Skip to content

Commit

Permalink
populate dangling common syms
Browse files Browse the repository at this point in the history
  • Loading branch information
Alto1772 committed Mar 5, 2024
1 parent 2efd668 commit 4c264d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/audio/25f00_len_940.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ BSS NUDMABuffer nuAuDmaBufList[50];

ALHeap nuAuHeap;
AuSynDriver auSynDriver;
#if !VERSION_IQUE
u8 rspbootUcodeBuffer[0x100] ALIGNED(16);
#endif

extern u64 n_aspMain_text_bin[];
extern u64 n_aspMain_data_bin[];
Expand Down
6 changes: 3 additions & 3 deletions src/bss/main_post_bss.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//

#if VERSION_IQUE
BSS s32 D_800AF710[6];
BSS OSIoMesg __osFlashMsg OSALIGNED(8);
#endif
BSS char wMapTexName[0x18];
BSS OSThread __osThreadSave;
Expand All @@ -28,7 +28,7 @@ BSS OSContStatus nuContStatus[NU_CONT_MAXCONTROLLERS];
BSS OSThread D_800B1B90;
BSS NUContRmbCtl nuContRmbCtl[NU_CONT_MAXCONTROLLERS];
#if VERSION_IQUE
BSS s32 D_800B07A0[4];
BSS u32 __osFlashID[4] OSALIGNED(8);
#endif
BSS OSContPad nuContData[NU_CONT_MAXCONTROLLERS];
BSS Camera gCameras[4] ALIGNED(16);
Expand Down Expand Up @@ -61,7 +61,7 @@ BSS ALHeap nuAuHeap;
#if VERSION_IQUE
BSS OSMesgQueue __osFlashMessageQ OSALIGNED(8);
#endif
BSS char D_800D9258[0x20];
BSS OSTimer __osEepromTimer;
BSS NUScTask nuGfxTask[NU_GFX_TASK_NUM];
BSS SaveGlobals gSaveGlobals;
BSS char wMapBgName[0x14];
Expand Down

0 comments on commit 4c264d2

Please sign in to comment.