Changeset 93b84b3 in mainline for arch/mips32/src/panic.S


Ignore:
Timestamp:
2005-12-12T16:30:07Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ebbdb8f
Parents:
af9a7c5
Message:

Fixed weird simics panic.
Run kconsole, if we panic. This currently works in gxemul,
simics. In mips we need to modify the simulator.
On ia32 we need a function, that would speak directly to the chip
and fetch the character using polling.

File:
1 edited

Legend:

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

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