]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/i386/kern_machdep.c
xnu-2050.48.11.tar.gz
[apple/xnu.git] / bsd / dev / i386 / kern_machdep.c
index bb9851e2e9e5a955b22ffe41ca7fff064574a28a..79bd890e2fedeb10db81ecdf1945778855adaa24 100644 (file)
@@ -56,7 +56,7 @@ grade_binary(cpu_type_t exectype, __unused cpu_subtype_t execsubtype)
        case CPU_TYPE_POWERPC:          /* via translator */
                return 1;
        case CPU_TYPE_X86_64:           /* native 64-bit */
-               return ml_is64bit() ? 2 : 0;
+               return (ml_is64bit() ? 2 : 0);
        default:                        /* all other binary types */
                return 0;
        }