match kerent.c
This commit is contained in:
parent
7ae1c4fb36
commit
b3c0b00c76
3 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
//fake function signatures
|
||||
void OSDumpStopwatch(void);
|
||||
void PSVECDotProduct(void);
|
||||
void PSVECDistance(void);
|
||||
|
|
@ -2033,7 +2034,7 @@ extern void _kerjmp_BoardShopTutorialExec(void);
|
|||
extern void _kerjmp_BoardLotteryTutorialExec(void);
|
||||
extern void _kerjmp_BoardBooHouseTutorialExec(void);
|
||||
|
||||
asm void kerent(void) {
|
||||
asm void _kerent(void) {
|
||||
#ifdef __MWERKS__ // clang-format off
|
||||
nofralloc
|
||||
entry _kerjmp_OSDumpStopwatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue