summaryrefslogtreecommitdiff
path: root/asm/rich4_clib.asm
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2021-05-12 21:20:56 +0800
committerIru Cai <mytbk920423@gmail.com>2021-05-12 21:20:56 +0800
commit6f5aeaea2d8043cf44c16b43d09f781d00ab4716 (patch)
tree12e65db65e2dd261daaff65d16e367941e13cd21 /asm/rich4_clib.asm
parent1f0c63bf7f6e455ece6020a8c27fe1944d235580 (diff)
downloadrich4-6f5aeaea2d8043cf44c16b43d09f781d00ab4716.tar.xz
rename some runtime function and variables
Diffstat (limited to 'asm/rich4_clib.asm')
-rw-r--r--asm/rich4_clib.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/rich4_clib.asm b/asm/rich4_clib.asm
index d278a81..25a209a 100644
--- a/asm/rich4_clib.asm
+++ b/asm/rich4_clib.asm
@@ -13,7 +13,7 @@ extern ref_004991d4
global clib_rand
global clib_srand
-extern ref_00488f4c
+extern _GetThreadPtr
section .text
@@ -650,7 +650,7 @@ cmp eax, 0xffffffff
je short loc_00457bc3 ; je 0x457bc3
test eax, eax
jne near loc_00457c27 ; jne 0x457c27
-call dword [ref_00488f4c] ; ucall: call dword [0x488f4c]
+call dword [_GetThreadPtr] ; ucall: call dword [0x488f4c]
mov dword [eax + 4], 0xc
loc_00457bc3:
@@ -800,7 +800,7 @@ ret
; ===================================== end of fwrite =====================
fcn_00456f23:
-call dword [ref_00488f4c] ; ucall: call dword [0x488f4c]
+call dword [_GetThreadPtr] ; ucall: call dword [0x488f4c]
add eax, 0xc
ret