aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCMx/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/ARMCMx/chcore.h')
-rw-r--r--os/common/ports/ARMCMx/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/chcore.h b/os/common/ports/ARMCMx/chcore.h
index 16743bbdf..32265cb58 100644
--- a/os/common/ports/ARMCMx/chcore.h
+++ b/os/common/ports/ARMCMx/chcore.h
@@ -135,7 +135,7 @@ struct port_intctx {};
* at context switch time.
*/
struct port_context {
- struct port_intctx *r13;
+ struct port_intctx *sp;
};
#endif /* !defined(_FROM_ASM_) */