ARM Packages: Removed 'inline' keyword
'inline' keyword is not supported by the C89 (version used by EDK2). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14957 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
62436c2162
commit
b2ce4a3961
@@ -25,7 +25,7 @@
|
||||
#define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a))))
|
||||
#define GET_CELL(p) (p += 4, *((const UINT32 *)(p-4)))
|
||||
|
||||
STATIC inline
|
||||
STATIC
|
||||
UINTN
|
||||
cpu_to_fdtn (UINTN x) {
|
||||
if (sizeof (UINTN) == sizeof (UINT32)) {
|
||||
|
Reference in New Issue
Block a user