From d0bb933c14e76536f4b170f5ceb81be0810fade6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 6 Feb 2013 15:40:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5123 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/crt0.s | 1 + 1 file changed, 1 insertion(+) (limited to 'os/ports/GCC/PPC/crt0.s') diff --git a/os/ports/GCC/PPC/crt0.s b/os/ports/GCC/PPC/crt0.s index 560753c4a..ee6351a55 100644 --- a/os/ports/GCC/PPC/crt0.s +++ b/os/ports/GCC/PPC/crt0.s @@ -42,6 +42,7 @@ _boot_address: stwu %r0, -8(%r1) /* * IVPR initialization. + * TODO: Remove because it is in core.s now. */ lis %r4, __ivpr_base__@h ori %r4, %r4, __ivpr_base__@l -- cgit v1.2.3