From 3e65c1d0a3857130fdc048998f2e8676131c0473 Mon Sep 17 00:00:00 2001 From: Pseudonym Date: Thu, 31 Jul 2014 16:17:37 +0100 Subject: [PATCH] Just killing a couple of latin-1 characters my editor was complaining about. --- common/src/x86emitter/cpudetect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/x86emitter/cpudetect.cpp b/common/src/x86emitter/cpudetect.cpp index b05533a890..d909cc9482 100644 --- a/common/src/x86emitter/cpudetect.cpp +++ b/common/src/x86emitter/cpudetect.cpp @@ -280,7 +280,7 @@ void x86capabilities::Identify() if((Flags2 >> 27) & 1) // OSXSAVE { - if((__xgetbv(0) & 6) == 6) // XFEATURE_ENABLED_MASK[2:1] = ‘11b’ (XMM state and YMM state are enabled by OS). + if((__xgetbv(0) & 6) == 6) // XFEATURE_ENABLED_MASK[2:1] = '11b' (XMM state and YMM state are enabled by OS). { hasAVX = ( Flags2 >> 28 ) & 1; //avx hasFMA = ( Flags2 >> 12 ) & 1; //fma