Changeset 124 for trunk/hal/tsar_mips32/core/hal_special.c
- Timestamp:
- Jul 3, 2017, 2:36:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_special.c
r121 r124 80 80 core->cycles = cycles; 81 81 82 hal_ wbflush();82 hal_fence(); 83 83 84 84 return cycles; … … 188 188 } 189 189 190 //////////////// //191 void hal_ wbflush()190 //////////////// 191 void hal_fence() 192 192 { 193 193 asm volatile
Note: See TracChangeset
for help on using the changeset viewer.