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:
Przemyslaw Czerpak
2009-03-17 23:51:07 +00:00
parent 2c2f722708
commit 196d6a529e
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -274,7 +274,6 @@ HB_EXTERN_BEGIN
{
unsigned char c;
__asm xor eax, eax
__asm lock dec p
__asm setne c