summaryrefslogtreecommitdiff
path: root/rtl/embedded
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-02-01 22:51:19 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-02-01 22:51:19 +0000
commitd65da1c38a05e7d28d41fd0f93b9a1a1964345ca (patch)
tree85b6a6cffafee4cce471d7daccc90e3b1af02740 /rtl/embedded
parentf8bb91f990fee16b843284b86cd5df5e18654817 (diff)
downloadfpc-d65da1c38a05e7d28d41fd0f93b9a1a1964345ca.tar.gz
* some cosmetic changes
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12652 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/embedded')
-rw-r--r--rtl/embedded/arm/lpc21x4.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtl/embedded/arm/lpc21x4.pp b/rtl/embedded/arm/lpc21x4.pp
index 29559592f5..7260fe7f75 100644
--- a/rtl/embedded/arm/lpc21x4.pp
+++ b/rtl/embedded/arm/lpc21x4.pp
@@ -1,4 +1,3 @@
-{$goto on}
{******************************************************************************
lpc2114.h - Register defs for Philips LPC2114, LPC2124
@@ -18,9 +17,10 @@ Created by Sten Larsson (sten_larsson at yahoo com)
Free Pascal conversion by the Free Pascal development team
******************************************************************************}
-
unit lpc21x4;
+{$goto on}
+
interface
{##############################################################################
@@ -41,7 +41,7 @@ unit lpc21x4;
##############################################################################}
var
- VICIRQStatus : DWord absolute dword($FFFFF000);
+ VICIRQStatus : DWord absolute $FFFFF000;
VICFIQStatus : DWord absolute $FFFFF004;
VICRawIntr : DWord absolute $FFFFF008;
VICIntSelect : DWord absolute $FFFFF00C;