[CRT/INTRINSICS]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 5 Jun 2011 20:59:09 +0000 (20:59 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 5 Jun 2011 20:59:09 +0000 (20:59 +0000)
commit09284f5d6648a2b61ad30aa39fa4255c028b78e9
tree6e4f4000a271a87e1e93963eb1e35d844c17a80c
parentb6d8950a07ec76f5fb3736b45090fa6e3080b740
[CRT/INTRINSICS]
Timo Kreuzer:
* Change inline assembly constraint from "r" to "q". "r" means any kind of register, including *si and *di, these cannot be used for 8bit operations on x86, only x64 has sil, dil registers. But gcc is stupid and doesn't get that if we don't tell it explicitly, by using "q", which will only allow a, b, c, d registers. Fixes an assembler error messages that can occur under certain circumstances.

svn path=/trunk/; revision=52100
reactos/include/crt/mingw32/intrin_x86.h