From ea46e4ae750cdacd6adeb263afec175ce980edb9 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Sat, 15 Mar 1997 17:35:03 +0000
Subject: [PATCH] Change .word to .long in two places fixes alignment troubles.

---
 lisp/alpha-assem.S | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/alpha-assem.S b/lisp/alpha-assem.S
index 59313bc1e..b4e26b629 100644
--- a/lisp/alpha-assem.S
+++ b/lisp/alpha-assem.S
@@ -1,4 +1,4 @@
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/alpha-assem.S,v 1.4 1994/06/10 20:34:10 hallgren Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/alpha-assem.S,v 1.5 1997/03/15 17:35:03 pw Exp $ */
 #include <machine/regdef.h>
 #include <machine/pal.h>
 
@@ -81,7 +81,7 @@ call_into_lisp:
 	.globl	call_into_lisp_LRA
 call_into_lisp_LRA:	
 
-	.word	type_ReturnPcHeader
+	.long	type_ReturnPcHeader
 
 	mov	reg_OCFP,reg_CSP
 	nop
@@ -259,7 +259,7 @@ end_of_tramps:
 	.set	noreorder
 	.globl	function_end_breakpoint_guts
 function_end_breakpoint_guts:
-	.word	type_ReturnPcHeader
+	.long	type_ReturnPcHeader
 	br	zero, function_end_breakpoint_trap
 	nop
 	mov	reg_CSP, reg_OCFP
-- 
GitLab