Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Tweak for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 1, 2011
1 parent fa83b0e commit 720d6e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/SDL_atomic.h
Expand Up @@ -123,9 +123,10 @@ extern DECLSPEC void SDLCALL SDL_AtomicUnlock(SDL_SpinLock *lock);
/*@}*//*SDL AtomicLock*/


/* The compiler barrier prevents the compiler from reordering
reads and writes to globally visible variables across the call.
*/
/**
* The compiler barrier prevents the compiler from reordering
* reads and writes to globally visible variables across the call.
*/
#ifdef _MSC_VER
void _ReadWriteBarrier(void);
#pragma intrinsic(_ReadWriteBarrier)
Expand Down

0 comments on commit 720d6e7

Please sign in to comment.