PERFORCE change 148876 for review
Rui Paulo
rpaulo at FreeBSD.org
Sat Aug 30 23:33:15 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148876
Change 148876 by rpaulo at rpaulo_alpha on 2008/08/30 23:32:41
Keep compiler happy.
Affected files ...
.. //depot/projects/efi/boot/i386/efi/reloc.c#2 edit
Differences ...
==== //depot/projects/efi/boot/i386/efi/reloc.c#2 (text+ko) ====
@@ -73,7 +73,7 @@
break;
case R_386_RELATIVE:
/* Address relative to the base address. */
- newaddr = ImageBase + rel->r_offset;
+ newaddr = (unsigned long) ImageBase + rel->r_offset;
*newaddr += ImageBase;
break;
default:
More information about the p4-projects
mailing list