From 67f86803ce95fad3df18d992998114e8c7243389 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Wed, 14 Jul 2010 21:04:21 +0000 Subject: Started trying to get the UnixPkg to compile for X64 with UnixABI. So far only have Sec compiling with Xcode. This is the first step in trying to get the EFIABI to work. Note since SEC is a Posix application it will still need to be Unix ABI. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10649 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/Sec/Ia32/GasketTemplate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnixPkg/Sec/Ia32/GasketTemplate.c') diff --git a/UnixPkg/Sec/Ia32/GasketTemplate.c b/UnixPkg/Sec/Ia32/GasketTemplate.c index e4847ae726..c9824de6ba 100644 --- a/UnixPkg/Sec/Ia32/GasketTemplate.c +++ b/UnixPkg/Sec/Ia32/GasketTemplate.c @@ -121,7 +121,7 @@ GasketUint64Uintn (void *api, UINT64 a, UINTN b) } UINT64 -GasketUintnUiny64Uintn (void *api, UINTN a, UINT64 b, UINTN c) +GasketUintnUint64Uintn (void *api, UINTN a, UINT64 b, UINTN c) { GASKET_UINTN_UINT64_UINTN func; -- cgit v1.2.3