Changeset 101 for trunk/hal/x86_64/core
- Timestamp:
- Jun 29, 2017, 4:44:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_special.c
r94 r101 73 73 } 74 74 75 uint32_t hal_ time_stamp()75 uint32_t hal_get_cycles() 76 76 { 77 77 return (uint32_t)rdtsc(); // XXX will be fixed soon
Note: See TracChangeset
for help on using the changeset viewer.