FreeCalypso > hg > freecalypso-citrine
comparison lldbg/entryinfo.c @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 #include "types.h" | |
2 | |
3 u32 lldbg_entry_cpsr; | |
4 u32 lldbg_entry_sp; | |
5 | |
6 void | |
7 lldbg_cmd_entry() | |
8 { | |
9 lldbg_printf("CPSR on entry: %08X\n", lldbg_entry_cpsr); | |
10 lldbg_printf("SP on entry after register save: %08X\n", lldbg_entry_sp); | |
11 } |