Remove a 'return' statement which I put in while I was trying to debug

the startup code.
This commit is contained in:
Doug Rabson 2001-06-10 13:36:00 +00:00
parent a851768c0f
commit 35ca79092b
2 changed files with 0 additions and 2 deletions

View file

@ -78,7 +78,6 @@ ENTRY(_start, 2)
mov loc1=rp
movl loc2=@gprel(ImageBase)
;;
br.sptk.few 9f
add loc2=gp,loc2
;;
mov out0=loc2

View file

@ -78,7 +78,6 @@ ENTRY(_start, 2)
mov loc1=rp
movl loc2=@gprel(ImageBase)
;;
br.sptk.few 9f
add loc2=gp,loc2
;;
mov out0=loc2