summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Sec
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-01-28 11:56:33 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-01-28 11:56:33 +0000
commitd5cd447b1f48dad6cc4e3569e5f3ba516acef13e (patch)
treebeb091d0a76765efb49dd610080475c7fbfd9ee1 /ArmPlatformPkg/Sec
parente7072e04e4e5d5612ca17a83353bf9f218325557 (diff)
downloadedk2-platforms-d5cd447b1f48dad6cc4e3569e5f3ba516acef13e.tar.xz
ArmPlatformPkg: Fixed unsigned type to be architecture independent
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14106 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec')
-rw-r--r--ArmPlatformPkg/Sec/SecInternal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Sec/SecInternal.h b/ArmPlatformPkg/Sec/SecInternal.h
index 8bc21389e7..eeaf40c0c8 100644
--- a/ArmPlatformPkg/Sec/SecInternal.h
+++ b/ArmPlatformPkg/Sec/SecInternal.h
@@ -1,7 +1,7 @@
/** @file
* Main file supporting the SEC Phase on ARM PLatforms
*
-* Copyright (c) 2011-2012, ARM Limited. All rights reserved.
+* Copyright (c) 2011-2013, ARM Limited. All rights reserved.
*
* This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License
@@ -70,7 +70,7 @@ set_non_secure_mode (
VOID
SecCommonExceptionEntry (
IN UINT32 Entry,
- IN UINT32 LR
+ IN UINTN LR
);
#endif