m5a99x-evo: grml, strange romstage ld warning... dunno why :/
[coreboot.git] / src / vendorcode / amd / cimx / sb900 / Dispatcher.c
index 152ffc2157d761a86722f6bddf0ab1da8f9b76c2..9c1d0dd9695fe0beb317960f67c808e2182260d4 100755 (executable)
@@ -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;