Changeset 22086 for branches/swt/src/kernel32/asmutil.asm
- Timestamp:
- Mar 10, 2015, 9:02:34 AM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/src/kernel32/asmutil.asm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/src/kernel32/asmutil.asm
r21916 r22086 239 239 _clear_bit endp 240 240 241 ifndef __JWASM__ 241 242 rdtsc macro 242 243 db 0Fh, 31h 243 244 endm 245 endif 244 246 245 247 public GetPentiumTSC 246 248 GetPentiumTSC proc near 247 249 mov ecx , [esp + 4] 250 ifndef __JWASM__ 248 251 rdtsc 252 else 253 .586p 254 rdtsc 255 .386p 256 endif 249 257 mov [ecx] , eax 250 258 mov [ecx + 4] , edx
Note:
See TracChangeset
for help on using the changeset viewer.
