2009-03-18 00:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbatomic.h
% removed unnecessary in such version xor
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-03-18 00:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbatomic.h
|
||||
% removed unnecessary in such version xor
|
||||
|
||||
2009-03-18 00:49 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbatomic.h
|
||||
+ added atomic inc/dec inline assembler code for 32bit MSVC builds
|
||||
|
||||
@@ -274,7 +274,6 @@ HB_EXTERN_BEGIN
|
||||
{
|
||||
unsigned char c;
|
||||
|
||||
__asm xor eax, eax
|
||||
__asm lock dec p
|
||||
__asm setne c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user