Ignore:
Timestamp:
May 28, 2019, 6:10:15 PM (5 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

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

    r629 r633  
    122122error_t hal_vmm_kernel_update( process_t * process )
    123123{
    124     error_t  error;
    125124    uint32_t attr;
    126125    uint32_t ppn;
     
    173172                                    vseg->min,
    174173                                    vseg->max - vseg->min,
    175                                     0, 0,                  // file ofset and file size (unused)
    176                                     XPTR_NULL,             // no mapper
     174                                    0, 0,          // file ofset and file size (unused)
     175                                    XPTR_NULL,     // no mapper
    177176                                    local_cxy );
    178177    if( new == NULL )
Note: See TracChangeset for help on using the changeset viewer.