mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed bug with gcc 2.95.2
svn path=/trunk/; revision=763
This commit is contained in:
parent
58b907b668
commit
d431c0fa6d
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ __asm__ __volatile__ (
|
|||
"popl %%edx \n\t"
|
||||
|
||||
|
||||
:"=a" (__res):"c" (unNew),"d" (unMask):"ax", "dx", "cx");
|
||||
:"=r" (__res):"r" (unNew),"r" (unMask): "ax", "dx", "cx");
|
||||
/* :"=a" (__res):"c" (unNew),"d" (unMask):"ax", "dx", "cx"); */
|
||||
|
||||
return __res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue