summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-06-10 13:36:00 +0000
committerdfr <dfr@FreeBSD.org>2001-06-10 13:36:00 +0000
commit6d5e0c4ed300f8648d565e3bbfc7d730e65adfbe (patch)
tree2b876d820338d3f90fec4d53f4df35e93d534034 /sys/boot
parent533088bb440f2f3d074276e9c54377629e929354 (diff)
downloadFreeBSD-src-6d5e0c4ed300f8648d565e3bbfc7d730e65adfbe.zip
FreeBSD-src-6d5e0c4ed300f8648d565e3bbfc7d730e65adfbe.tar.gz
Remove a 'return' statement which I put in while I was trying to debug
the startup code.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/libefi/arch/ia64/start.S1
-rw-r--r--sys/boot/ia64/efi/start.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/efi/libefi/arch/ia64/start.S b/sys/boot/efi/libefi/arch/ia64/start.S
index 4bb41e2..6c8c107 100644
--- a/sys/boot/efi/libefi/arch/ia64/start.S
+++ b/sys/boot/efi/libefi/arch/ia64/start.S
@@ -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
diff --git a/sys/boot/ia64/efi/start.S b/sys/boot/ia64/efi/start.S
index 4bb41e2..6c8c107 100644
--- a/sys/boot/ia64/efi/start.S
+++ b/sys/boot/ia64/efi/start.S
@@ -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
OpenPOWER on IntegriCloud