mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
match func_80025510, partial match of other functions in tracks.c (#532)
* match func_80025510 * two function done * update score * some non matchings * update score * format and update score
This commit is contained in:
@@ -15,7 +15,7 @@ StackInfo *stack_pointer(void) {
|
||||
*/
|
||||
StackInfo *stack_pointer(void) {
|
||||
register StackInfo *sp;
|
||||
asm volatile ("move %0, $sp\n": "=r"(sp));
|
||||
asm volatile("move %0, $sp\n" : "=r"(sp));
|
||||
return sp;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user