From 0d4345a9bf2623df079c50a3bc73cbb7deca1176 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Wed, 17 Jul 2019 11:30:07 +0800 Subject: Added C++ support, updated build instructions and makefiles, consolidated libc and libgcc (during build process), libraries now v0.12b and more --- libpsn00b/psxgpu/getinterruptcallback.s | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libpsn00b/psxgpu/getinterruptcallback.s') diff --git a/libpsn00b/psxgpu/getinterruptcallback.s b/libpsn00b/psxgpu/getinterruptcallback.s index b465567..510447f 100644 --- a/libpsn00b/psxgpu/getinterruptcallback.s +++ b/libpsn00b/psxgpu/getinterruptcallback.s @@ -11,7 +11,9 @@ GetInterruptCallback: la $a1, _irq_func_table sll $a0, 2 addu $a1, $a0 - - jr $ra lw $v0, 0($a1) + nop + jr $ra + nop + \ No newline at end of file -- cgit v1.2.3