We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841b178 commit 91d34ffCopy full SHA for 91d34ff
arch/sim/src/sim/sim_registerdump.c
@@ -32,6 +32,16 @@
32
* Public Functions
33
****************************************************************************/
34
35
+/****************************************************************************
36
+ * Name: up_getusrsp
37
+ ****************************************************************************/
38
+
39
+uintptr_t up_getusrsp(void *regs)
40
+{
41
+ xcpt_reg_t *ptr = regs;
42
+ return ptr[JB_SP];
43
+}
44
45
/****************************************************************************
46
* Name: up_dump_register
47
0 commit comments