From 6f7ace6f54f449b727d272137441336cef5d2a89 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 19 Oct 2006 18:58:22 +0000 Subject: [PATCH] correct offset of secondary entry point --- apple_driver/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple_driver/head.S b/apple_driver/head.S index 47f68cb..fe56c25 100644 --- a/apple_driver/head.S +++ b/apple_driver/head.S @@ -13,7 +13,7 @@ _start: primary_entry_point: bra.w primary_setup - dc.w 0x0001 + dc.l 0x0001 secondary_entry_point: bra.w secondary_setup