From 2f39d1ba17b0a2f41cf2dffe5ef368c85ad0c9d1 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 29 Jul 2004 15:56:59 +0000
Subject: [PATCH] Fix typo introduced in previous fix.

---
 lisp/ppc-assem.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ppc-assem.S b/lisp/ppc-assem.S
index 3836cfad1..c65f22999 100644
--- a/lisp/ppc-assem.S
+++ b/lisp/ppc-assem.S
@@ -399,7 +399,7 @@ lra:
 
 	.byte 18<<2
 _undefined_tramp:	
-	.byte 0,0,48
+	.byte 0,0,24
 	.long _undefined_tramp
 	.long NIL
 	.long NIL
-- 
GitLab