Ignore:
Timestamp:
Jul 3, 2017, 2:36:39 PM (7 years ago)
Author:
max@…
Message:

rename hal_wbflush->hal_fence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/core/hal_special.c

    r121 r124  
    8080        core->cycles     = cycles;
    8181
    82         hal_wbflush();
     82        hal_fence();
    8383
    8484        return cycles;
     
    188188}
    189189
    190 //////////////////
    191 void hal_wbflush()
     190////////////////
     191void hal_fence()
    192192{
    193193        asm volatile
Note: See TracChangeset for help on using the changeset viewer.