summaryrefslogtreecommitdiffhomepage
path: root/src/arch/nt64/vtbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/nt64/vtbl.c')
-rw-r--r--src/arch/nt64/vtbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/nt64/vtbl.c b/src/arch/nt64/vtbl.c
index 751990b..ad0a0e9 100644
--- a/src/arch/nt64/vtbl.c
+++ b/src/arch/nt64/vtbl.c
@@ -19,7 +19,7 @@ long __syscall_alert(long n)
__lmsg[35] = '0' + n % 10; n /= 10;
__lmsg[34] = '0' + n % 10;
- __psx_vtbl->log_output(
+ __psx_vtbl->mm_log_output(
__lmsg,
sizeof(__lmsg));