diff options
Diffstat (limited to 'nGenEx/TimeSnap.h')
-rw-r--r-- | nGenEx/TimeSnap.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/nGenEx/TimeSnap.h b/nGenEx/TimeSnap.h index 0f5d2ae..b7bacb9 100644 --- a/nGenEx/TimeSnap.h +++ b/nGenEx/TimeSnap.h @@ -1,10 +1,10 @@ /* Project nGen
- John DiCamillo
- Copyright © 1997-2002. All Rights Reserved.
+ John DiCamillo
+ Copyright © 1997-2002. All Rights Reserved.
- SUBSYSTEM: nGen.lib
- FILE: TimeSnap.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: nGen.lib
+ FILE: TimeSnap.h
+ AUTHOR: John DiCamillo
*/
@@ -14,12 +14,12 @@ // +--------------------------------------------------------------------+
#define TIMESNAP(clock) _asm push eax\
- _asm push edx\
- _asm _emit 0x0F\
- _asm _emit 0x31\
- _asm mov clock, eax\
- _asm pop edx\
- _asm pop eax
+ _asm push edx\
+ _asm _emit 0x0F\
+ _asm _emit 0x31\
+ _asm mov clock, eax\
+ _asm pop edx\
+ _asm pop eax
// +--------------------------------------------------------------------+
|