we didn't hit it before because it's used only in the unusual situation.

ok to commit?

Index: byte.c
===================================================================
RCS file: /home/cvs/src/usr.bin/nm/byte.c,v
retrieving revision 1.6
diff -u -p -U5 -r1.6 byte.c
--- byte.c      9 Oct 2004 20:26:57 -0000       1.6
+++ byte.c      8 Nov 2010 13:20:57 -0000
@@ -16,10 +16,11 @@
  */
 static int
 byte_sex(int mid)
 {
        switch (mid) {
+       case MID_AMD64:
        case MID_I386:
        case MID_VAX:
        case MID_ALPHA:
        case MID_PMAX:
                return LITTLE_ENDIAN;

Reply via email to