aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/sys/entercriticalsection.s
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/psxapi/sys/entercriticalsection.s')
-rw-r--r--libpsn00b/psxapi/sys/entercriticalsection.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/libpsn00b/psxapi/sys/entercriticalsection.s b/libpsn00b/psxapi/sys/entercriticalsection.s
deleted file mode 100644
index ce9a368..0000000
--- a/libpsn00b/psxapi/sys/entercriticalsection.s
+++ /dev/null
@@ -1,11 +0,0 @@
-.set noreorder
-.section .text
-
-.global EnterCriticalSection
-.type EnterCriticalSection, @function
-EnterCriticalSection:
- addiu $a0, $0, 1
- syscall 0
- jr $ra
- nop
- \ No newline at end of file