Remove a 'return' statement which I put in while I was trying to debug
the startup code.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user