Changeset 666f492 in mainline for kernel/arch/mips32/src/panic.S


Ignore:
Timestamp:
2010-05-24T18:42:44Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da1bafb
Parents:
c555155
Message:

cstyle changes

File:
1 edited

Legend:

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

    rc555155 r666f492  
    2727#
    2828
    29 .text   
     29.text
    3030
    3131.set noat
     
    3434
    3535#include <arch/asm/regname.h>
    36        
     36
    3737.global panic_printf
    3838
    39 /* From printf return directly to halt() */     
     39/* From printf return directly to halt() */
    4040panic_printf:
    4141        jal printf
     
    4343        j halt
    4444        nop
    45 /* This code does not work, god knows why */           
    46 /*      lui $ra, %hi(halt)
     45       
     46        /* This code does not work, god knows why
     47        lui $ra, %hi(halt)
    4748        j printf
    4849        ori $ra, %lo(halt) */
Note: See TracChangeset for help on using the changeset viewer.