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:
Unnunu
2025-04-28 15:07:18 +03:00
committed by GitHub
parent 59eda67fbe
commit 9c00d3f75b
12 changed files with 564 additions and 366 deletions
+1 -1
View File
@@ -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