Changeset 052da81 in mainline for arch/mips32/src/exception.c


Ignore:
Timestamp:
2006-02-18T14:40:15Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
daea4bf
Parents:
ede493e
Message:

Fixes in memory allocator

  • proper kernel blacklisting, when kernel not loaded on page boundary
  • correct zone adding in zone list (how could this work??)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/exception.c

    rede493e r052da81  
    7575                rasymbol = s;
    7676       
    77         printf("PC: %X(%s) RA: %X(%s)\n",pstate->epc,pcsymbol,
    78                pstate->ra,rasymbol);
     77        printf("PC: %X(%s) RA: %X(%s), SP(%P)\n",pstate->epc,pcsymbol,
     78               pstate->ra,rasymbol, pstate->sp);
    7979}
    8080
Note: See TracChangeset for help on using the changeset viewer.