From 35ca79092b70a5bfc4e3034b8cfe1fe03ae063a2 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sun, 10 Jun 2001 13:36:00 +0000 Subject: [PATCH] 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(-) diff --git a/sys/boot/efi/libefi/arch/ia64/start.S b/sys/boot/efi/libefi/arch/ia64/start.S index 4bb41e216b6..6c8c107ed2a 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 4bb41e216b6..6c8c107ed2a 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