From 6e31d46d6f353931d192d1a4dd3277f332cbc980 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Sat, 19 Nov 2016 19:23:42 -0500 Subject: [PATCH] Fix my typo to put symbol "begrom" in correct section. --- plat/osx386/boot.s | 2 +- plat/osxppc/boot.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/osx386/boot.s b/plat/osx386/boot.s index f3ad75fd2..932a716e9 100644 --- a/plat/osx386/boot.s +++ b/plat/osx386/boot.s @@ -48,7 +48,7 @@ EXIT: push 1 jmp __exit -.sect rom +.sect .rom begrom: .sect .data diff --git a/plat/osxppc/boot.s b/plat/osxppc/boot.s index f99e70e2d..e96198eb4 100644 --- a/plat/osxppc/boot.s +++ b/plat/osxppc/boot.s @@ -39,7 +39,7 @@ begtext: b __m_a_i_n -.sect rom +.sect .rom begrom: .sect .data -- 2.34.1