From 6d5e0c4ed300f8648d565e3bbfc7d730e65adfbe Mon Sep 17 00:00:00 2001 From: dfr Date: Sun, 10 Jun 2001 13:36:00 +0000 Subject: Remove a 'return' statement which I put in while I was trying to debug the startup code. --- sys/boot/efi/libefi/arch/ia64/start.S | 1 - sys/boot/ia64/efi/start.S | 1 - 2 files changed, 2 deletions(-) (limited to 'sys') 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 -- cgit v1.1