Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 11:12:33 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 148908 for review
Message-ID:  <200808311112.m7VBCXjt023315@repoman.freebsd.org>

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

Change 148908 by rpaulo@rpaulo_alpha on 2008/08/31 11:12:09

	Capitalize.

Affected files ...

.. //depot/projects/efi/boot/i386/efi/reloc.c#5 edit

Differences ...

==== //depot/projects/efi/boot/i386/efi/reloc.c#5 (text+ko) ====

@@ -70,7 +70,7 @@
 	 * XXX: We are reusing code for the amd64 version of this, but
 	 * we must make sure the relocation types are the same.
 	 */
-	CTASSERT(R_386_NONE == R_x86_64_NONE);
+	CTASSERT(R_386_NONE == R_X86_64_NONE);
 	CTASSERT(R_386_RELATIVE == R_X86_64_RELATIVE);
 	for (; relsz > 0; relsz -= relent) {
 		switch (ELF32_R_TYPE(rel->r_info)) {



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