summaryrefslogtreecommitdiff
path: root/asm/os/__osSetCompare.s
blob: ea92d26d2a785a3d2e8f09f1d8f6ebf1afd991de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.set noreorder # don't insert nops after branches
.set gp=64

.include "macros.inc"


.section .text, "ax"

glabel __osSetCompare
    mtc0  $a0, C0_COMPARE
    jr    $ra
     nop

    nop