arch/ppc/qemu: Add parse hex words for compatibility with Apple OF

Apple OF has parse-1hex, parse-2hex, parse-3hex words that may be used
by FCode ROMs so add these for compatibility

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
BALATON Zoltan 2023-01-13 22:25:11 +01:00 committed by Mark Cave-Ayland
parent c967b4c947
commit af97fd7af5
1 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,14 @@ variable keyboard-phandle 0 keyboard-phandle !
set-defaults
; PREPOST-initializer
\ -------------------------------------------------------------------------
\ Mac OF specific words
\ -------------------------------------------------------------------------
: parse-1hex 1 parse-nhex ;
: parse-2hex 2 parse-nhex ;
: parse-3hex 3 parse-nhex ;
\ -------------------------------------------------------------------------
\ copyright property handling
\ -------------------------------------------------------------------------