Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/src/main.c

    r295732b r7e752b2  
    6565        for (i = 0; i < COMPONENTS; i++)
    6666                printf(" %p|%p: %s image (%zu/%zu bytes)\n", components[i].start,
    67                     (uintptr_t) components[i].start >= PA2KSEG(0) ?
    68                     (void *) KSEG2PA(components[i].start) :
    69                     (void *) KA2PA(components[i].start),
    70                     components[i].name, components[i].inflated,
    71                     components[i].size);
     67                    (void *) KSEG2PA(components[i].start), components[i].name,
     68                    components[i].inflated, components[i].size);
    7269       
    7370        void *dest[COMPONENTS];
     
    9693       
    9794        for (i = cnt; i > 0; i--) {
    98 #ifdef MACHINE_msim
    9995                void *tail = dest[i - 1] + components[i].inflated;
    10096                if (tail >= ((void *) PA2KA(LOADER_OFFSET))) {
     
    10399                        halt();
    104100                }
    105 #endif
    106101               
    107102                printf("%s ", components[i - 1].name);
Note: See TracChangeset for help on using the changeset viewer.