Changeset 494 for trunk/hal/tsar_mips32


Ignore:
Timestamp:
Aug 22, 2018, 11:56:45 PM (6 years ago)
Author:
viala@…
Message:

Fix an error in an assert, style on an other.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/drivers/soclib_memc.c

    r75 r494  
    171171        register uint_t i;
    172172        uint_t *dst;
    173                      
    174         assert(rq->file != NULL);
    175  
     173
     174        assert(rq->file != NULL, "rq->file should'nt be NULL.\n");
     175
    176176        count = rq->count >> 2; /* 32 bits registers */
    177177        dst   = rq->dst;
Note: See TracChangeset for help on using the changeset viewer.