mirror of https://github.com/zeldaret/mm.git
Fix bss
This commit is contained in:
parent
a3a7d5f739
commit
1e552d3236
|
|
@ -13,10 +13,6 @@
|
|||
extern u64 rspbootTextStart[];
|
||||
extern u64 rspbootTextEnd[];
|
||||
|
||||
// TODO: maybe move to a different header, since this is not part of the vanilla ucode.h file
|
||||
extern u64 cic6105TextStart[];
|
||||
extern u64 cic6105TextEnd[];
|
||||
|
||||
extern u64 aspMainTextStart[];
|
||||
extern u64 aspMainTextEnd[];
|
||||
extern u64 aspMainDataStart[];
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@
|
|||
#include "regs.h"
|
||||
#include "scheduler.h"
|
||||
|
||||
#pragma increment_block_number "n64-us:200"
|
||||
#pragma increment_block_number "n64-us:188"
|
||||
|
||||
// TODO: Consider moving to a header file.
|
||||
extern u64 cic6105TextStart[];
|
||||
extern u64 cic6105TextEnd[];
|
||||
|
||||
s32 gCICAddr1Val;
|
||||
s32 gCICAddr2Val;
|
||||
|
|
|
|||
Loading…
Reference in New Issue