mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-04 09:08:34 -04:00
Check in makerom files (#1758)
* Check in makerom files * Fix disasm for asm files in src
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "boot.h"
|
||||
#include "carthandle.h"
|
||||
#include "CIC6105.h"
|
||||
#include "idle.h"
|
||||
@@ -9,7 +10,7 @@ StackEntry sBootStackInfo;
|
||||
OSThread sIdleThread;
|
||||
STACK(sIdleStack, 0x400);
|
||||
StackEntry sIdleStackInfo;
|
||||
STACK(sBootStack, 0x400);
|
||||
STACK(sBootStack, BOOT_STACK_SIZE);
|
||||
|
||||
void bootproc(void) {
|
||||
StackCheck_Init(&sBootStackInfo, sBootStack, STACK_TOP(sBootStack), 0, -1, "boot");
|
||||
|
||||
Reference in New Issue
Block a user