PERFORCE change 148908 for review
Rui Paulo
rpaulo at FreeBSD.org
Sun Aug 31 11:12:34 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148908
Change 148908 by rpaulo at 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)) {
More information about the p4-projects
mailing list