Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/riscv64/src/ucb.c

    rae8d7b0 ra35b458  
    3939        if (!val)
    4040                return;
    41        
     41
    4242        fromhost = 0;
    4343}
     
    4848            (((uint64_t) cmd) << 48) |
    4949            (payload & UINT64_C(0xffffffffffff));
    50        
     50
    5151        while (tohost)
    5252                poll_fromhost();
    53        
     53
    5454        tohost = val;
    5555}
Note: See TracChangeset for help on using the changeset viewer.