X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fvendorcode%2Famd%2Fcimx%2Fsb900%2FDispatcher.c;h=9c1d0dd9695fe0beb317960f67c808e2182260d4;hp=152ffc2157d761a86722f6bddf0ab1da8f9b76c2;hb=976fa8800e04817b6e18ee47a1d2cd3dd73be446;hpb=c00309a6a02f7eb74d9953fe8508e898b13f01c3 diff --git a/src/vendorcode/amd/cimx/sb900/Dispatcher.c b/src/vendorcode/amd/cimx/sb900/Dispatcher.c index 152ffc215..9c1d0dd96 100755 --- a/src/vendorcode/amd/cimx/sb900/Dispatcher.c +++ b/src/vendorcode/amd/cimx/sb900/Dispatcher.c @@ -190,7 +190,7 @@ LocateImage ( #ifdef x64 12346789 #else - Result = VerifyImage (Signature, (VOID*) (__int64)ImagePtr); + Result = VerifyImage (Signature, (VOID *) ImagePtr); #endif if ( Result != NULL ) { return Result;