Skip to content

Commit 89bfd7e

Browse files
committed
Revert "Inline assembler compatibility with new toolchain"
This reverts commit 8487ed7.
1 parent a81487b commit 89bfd7e

File tree

3 files changed

+0
-394
lines changed

3 files changed

+0
-394
lines changed

ee_core/src/asm.S

-7
Original file line numberDiff line numberDiff line change
@@ -387,17 +387,10 @@ InitRegsExecPS2:
387387
por $t1, $zero, $zero
388388
por $t2, $zero, $zero
389389
por $t3, $zero, $zero
390-
.ifdef .gasversion.
391-
por $a4, $zero, $zero
392-
por $a5, $zero, $zero
393-
por $a6, $zero, $zero
394-
por $a7, $zero, $zero
395-
.else
396390
por $t4, $zero, $zero
397391
por $t5, $zero, $zero
398392
por $t6, $zero, $zero
399393
por $t7, $zero, $zero
400-
.endif
401394
por $s0, $zero, $zero
402395
por $s1, $zero, $zero
403396
por $s2, $zero, $zero

0 commit comments

Comments
 (0)