Skip to content

Commit

Permalink
bss
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Jul 19, 2024
1 parent b3d6f73 commit 247a460
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions include/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ extern MallocRecord mallocRecord;

extern UNK_TYPE D_800DA83C;
extern UNK_TYPE D_801001F8;
extern struct Input D_8010DEE0;
extern UNK_TYPE D_8010DF40;

typedef struct Y511F0UnkStruct {
Expand Down
9 changes: 4 additions & 5 deletions src/main/7D140.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
#include "stackcheck.h"
#include "ys64thread.h"

extern OSMesgQueue sSerialEventQueue;
extern OSMesg sSerialMsgBuff[1];
extern STACK(sPadStack, 0x400);
extern StackEntry sPadStackInfo;
extern Input D_8010DEE0;
OSMesgQueue sSerialEventQueue;
OSMesg sSerialMsgBuff[1];
STACK(sPadStack, 0x400);
StackEntry sPadStackInfo;

void func_8007C540(void) {
osCreateMesgQueue(&sSerialEventQueue, sSerialMsgBuff, ARRAY_COUNT(sSerialMsgBuff));
Expand Down
2 changes: 2 additions & 0 deletions yamls/us/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@
- {type: bss, vram: 0x800B4CB0, name: 800B4CB0}
- {type: .bss, vram: 0x80108630, name: fault}
- {type: bss, vram: 0x801090D0, name: 801090D0}
- {type: .bss, vram: 0x8010DAA0, name: 7D140}
- {type: bss, vram: 0x8010DEE0, name: 8010DEE0}
- {type: .bss, vram: 0x8010E840, name: dmamgr}
- {type: .bss, vram: 0x8010ED90, name: 7EFD0}

Expand Down

0 comments on commit 247a460

Please sign in to comment.