Changeset 0095368 in mainline


Ignore:
Timestamp:
2010-05-24T19:26:57Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9f1372
Parents:
da1bafb
Message:

Use the commented-out code for panic_printf(). It appears to work despite the comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/panic.S

    rda1bafb r0095368  
    3939/* From printf return directly to halt() */
    4040panic_printf:
    41         jal printf
    42         nop
    43         j halt
    44         nop
    45        
    46         /* This code does not work, god knows why
    4741        lui $ra, %hi(halt)
    4842        j printf
    49         ori $ra, %lo(halt) */
     43        ori $ra, %lo(halt)
Note: See TracChangeset for help on using the changeset viewer.