Remove extra debugging code
* exec/loader-mipsel.s (__start): Remove extraneous debugging code.
This commit is contained in:
parent
d5b92bce5b
commit
35eae084bc
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ include(`config-mips.m4')
|
|||
.section .text
|
||||
.global __start
|
||||
__start:
|
||||
li $v0, SYSCALL_nanosleep # SYS_nanosleep
|
||||
la $a0, .timespec # rqtp
|
||||
li $a1, 0 # rmtp
|
||||
syscall # syscall
|
||||
dnl li $v0, SYSCALL_nanosleep # SYS_nanosleep
|
||||
dnl la $a0, .timespec # rqtp
|
||||
dnl li $a1, 0 # rmtp
|
||||
dnl syscall # syscall
|
||||
lw $s6, ($sp) # original stack pointer
|
||||
addi $s0, $sp, 8 # start of load area
|
||||
addi $sp, -8 # primary fd, secondary fd
|
||||
|
|
Loading…
Add table
Reference in a new issue