From: Thomas Faber Date: Thu, 20 Feb 2014 19:28:27 +0000 (+0000) Subject: [CRT] X-Git-Tag: ReactOS-0.3.16-CLT2014~81 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=76d29a732a58d7d4b71e820740cef199b0624b33;hp=76d29a732a58d7d4b71e820740cef199b0624b33;ds=inline [CRT] - Force the use of memory operands in bit test intrinsics. Bit offsets above 31 (or 63) can't behave correctly with registers (the constant case is fine because it ensures low offsets). Thanks to Timo Kreuzer and Alex Radocea. svn path=/trunk/; revision=62266 ---