FreeCalypso > hg > freecalypso-sw
view gsm-fw/lldbg/entryinfo.c @ 988:0654212e5c53
doc/Compal-unlock: documented safe flashing of newer fw versions and
cisversion unlocking
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 12 Dec 2015 18:40:56 +0000 |
parents | f5affe83ba2d |
children |
line wrap: on
line source
#include "types.h" u32 lldbg_entry_cpsr; u32 lldbg_entry_sp; void lldbg_cmd_entry() { lldbg_printf("CPSR on entry: %08X\n", lldbg_entry_cpsr); lldbg_printf("SP on entry after register save: %08X\n", lldbg_entry_sp); }