From 7973fabc4cff072f9e4800c69e16f8434a4a0b34 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Fri, 23 Aug 2002 17:05:35 +0000 Subject: [PATCH] Fixed suspected bug on HPPA, as confirmed by Christophe Rhodes. --- lisp/hppa-assem.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/hppa-assem.S b/lisp/hppa-assem.S index bc753725c..1bba23e0c 100644 --- a/lisp/hppa-assem.S +++ b/lisp/hppa-assem.S @@ -308,9 +308,8 @@ undefined_tramp .byte UNDEFINED_SYMBOL_ERROR /* Escape to create 16bit BE number from following two values */ .byte 254 - /* SC_OFFSET(sc_DescriptorReg,reg_LEXENV) */ - /* Shouldn't this be reg_FDEFN, instead? */ - .byte (0x40 + sc_DescriptorReg) + /* SC_OFFSET(sc_DescriptorReg,reg_FDEFN) */ + .byte (0x20 + sc_DescriptorReg) .byte 1 .align 4 -- GitLab