Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 23:33:15 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 148876 for review
Message-ID:  <200808302333.m7UNXFhh021598@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148876

Change 148876 by rpaulo@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808302333.m7UNXFhh021598>