diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-06 02:01:54 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-06 02:01:54 +0000 |
commit | 1afe0401f4906dcdd5e76c9d4b46b69438be942f (patch) | |
tree | 83e1d98b690d5eda902e770c4b438673373870e2 /EdkCompatibilityPkg/Foundation/Library | |
parent | 7ee3b61338de1fa592227c719eca20f7813ea606 (diff) | |
download | edk2-platforms-1afe0401f4906dcdd5e76c9d4b46b69438be942f.tar.xz |
Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9520 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c index 0f0f40db97..87dca04c8e 100644 --- a/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c +++ b/EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c @@ -30,7 +30,7 @@ Abstract: VOID *
memset (
OUT VOID *Dest,
- IN UINTN Char,
+ IN int Char,
IN UINTN Count
)
{
|