Skip to content

Commit

Permalink
Inline assembler compatibility with new toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Feb 22, 2020
1 parent a75fd81 commit 8487ed7
Show file tree
Hide file tree
Showing 10 changed files with 442 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ee_core/src/asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,17 @@ InitRegsExecPS2:
por $t1, $zero, $zero
por $t2, $zero, $zero
por $t3, $zero, $zero
.ifdef .gasversion.
por $a4, $zero, $zero
por $a5, $zero, $zero
por $a6, $zero, $zero
por $a7, $zero, $zero
.else
por $t4, $zero, $zero
por $t5, $zero, $zero
por $t6, $zero, $zero
por $t7, $zero, $zero
.endif
por $s0, $zero, $zero
por $s1, $zero, $zero
por $s2, $zero, $zero
Expand Down

0 comments on commit 8487ed7

Please sign in to comment.