mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
スレッドスイッチ有効フラグをITCMからDTCMへ修正。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@179 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
6459b911dd
commit
a00a783618
@ -17,19 +17,19 @@
|
|||||||
#include <brom/code32.h>
|
#include <brom/code32.h>
|
||||||
#include <brom/os.h>
|
#include <brom/os.h>
|
||||||
|
|
||||||
|
extern OSIntrFunction osIntrTable[OS_INTR_ID_NUM];
|
||||||
|
|
||||||
#ifdef SDK_ARM9
|
#ifdef SDK_ARM9
|
||||||
#include <brom/dtcm_begin.h>
|
#include <brom/dtcm_begin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
OSIntrFunction i_osIrqThreadSwitch;
|
||||||
|
|
||||||
#ifdef SDK_ARM9
|
#ifdef SDK_ARM9
|
||||||
#include <brom/dtcm_end.h>
|
#include <brom/dtcm_end.h>
|
||||||
#include <brom/itcm_begin.h>
|
#include <brom/itcm_begin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern OSIntrFunction osIntrTable[OS_INTR_ID_NUM];
|
|
||||||
OSIntrFunction i_osIrqThreadSwitch;
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*
|
/*---------------------------------------------------------------------------*
|
||||||
Name: osIrqHandler
|
Name: osIrqHandler
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user