Ytshih/hw2

This commit is contained in:
Yi-Ting Shih
2024-11-02 07:58:12 +08:00
parent 549bc9bcdc
commit 4912fe4736
24 changed files with 752 additions and 4283 deletions

View File

@@ -187,12 +187,12 @@ ThreadJoin:
.end ThreadJoin
.globl PrintInt
.ent PrintInt
.ent PrintInt
PrintInt:
addiu $2,$0,SC_PrintInt
syscall
j $31
.end PrintInt
syscall
j $31
.end PrintInt
/* dummy function to keep gcc happy */