FreeCalypso > hg > freecalypso-sw
comparison target-utils/c139-lldbg/entryinfo.c @ 955:d7830aee0d35
c139-lldbg hack concocted
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 04 Nov 2015 20:34:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
954:d25d73815817 | 955:d7830aee0d35 |
---|---|
1 #include "types.h" | |
2 | |
3 u32 lldbg_entry_cpsr; | |
4 u32 lldbg_entry_sp; | |
5 | |
6 void | |
7 cmd_entryinfo() | |
8 { | |
9 printf("CPSR on entry: %08X\n", lldbg_entry_cpsr); | |
10 printf("SP on entry after register save: %08X\n", lldbg_entry_sp); | |
11 } |