From d1fd776a7901fc1840fd247a1c7d361e360f9018 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Tue, 5 Jan 1999 18:39:02 +0000 Subject: [PATCH] Fix fubyte to actually return the correct value (it was always returning zero). This caused device reads to corrupt the first byte of the page being read into (the cause of frozen keyboards in sysinstall). --- sys/alpha/alpha/support.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/alpha/alpha/support.s b/sys/alpha/alpha/support.s index 16a0a2c92aac..5b45b49b9501 100644 --- a/sys/alpha/alpha/support.s +++ b/sys/alpha/alpha/support.s @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: support.s,v 1.1 1998/06/10 10:53:15 dfr Exp $ + * $Id: support.s,v 1.2 1998/12/20 13:21:55 dfr Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -144,7 +144,6 @@ stq zero, U_PCB_ONFAULT(t2) /* clean up */ - mov zero, v0 RET END(fubyte)