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 --- arch/ppc/qemu/qemu.fs | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/arch/ppc/qemu/qemu.fs b/arch/ppc/qemu/qemu.fs index d683421..7211d2d 100644 --- a/arch/ppc/qemu/qemu.fs +++ b/arch/ppc/qemu/qemu.fs @@ -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 \ -------------------------------------------------------------------------