mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Remove a 'return' statement which I put in while I was trying to debug
the startup code.
This commit is contained in:
parent
a851768c0f
commit
35ca79092b
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue