Skip to content
Snippets Groups Projects
Commit 7973fabc authored by pmai's avatar pmai
Browse files

Fixed suspected bug on HPPA, as confirmed by Christophe Rhodes.

parent bf5bad29
No related branches found
No related tags found
No related merge requests found
...@@ -308,9 +308,8 @@ undefined_tramp ...@@ -308,9 +308,8 @@ undefined_tramp
.byte UNDEFINED_SYMBOL_ERROR .byte UNDEFINED_SYMBOL_ERROR
/* Escape to create 16bit BE number from following two values */ /* Escape to create 16bit BE number from following two values */
.byte 254 .byte 254
/* SC_OFFSET(sc_DescriptorReg,reg_LEXENV) */ /* SC_OFFSET(sc_DescriptorReg,reg_FDEFN) */
/* Shouldn't this be reg_FDEFN, instead? */ .byte (0x20 + sc_DescriptorReg)
.byte (0x40 + sc_DescriptorReg)
.byte 1 .byte 1
.align 4 .align 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment