Parent Directory
|
Revision Log
wrapped rdtsc and added x64 support
1 | beware | 128 | {$ifdef cpu386} |
2 | {$define i386} | ||
3 | {$define cpux86} | ||
4 | {$endif} | ||
5 | |||
6 | {$ifdef cpuamd64} | ||
7 | {$define cpux64} | ||
8 | {$endif} | ||
9 | |||
10 | |||
11 | beware | 132 | {$ifdef i386}{$define ENDIAN_LITTLE}{$asmmode intel}{$endif} |
12 | {$ifdef cpux64}{$define ENDIAN_LITTLE}{$asmmode intel}{$endif} | ||
13 | beware | 107 |
No admin address has been configured">No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.1.26 |