From bf5462cda4900143c84674833e119a5119632193 Mon Sep 17 00:00:00 2001 From: Viktor Zahorodnii Date: Tue, 17 Mar 2026 22:53:23 +0200 Subject: [PATCH] Fix pc in ExceptionFrame example to have correct address --- src/start/exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start/exceptions.md b/src/start/exceptions.md index 2634cf58..010a7397 100644 --- a/src/start/exceptions.md +++ b/src/start/exceptions.md @@ -242,7 +242,7 @@ ExceptionFrame { r3: 0x00000000, r12: 0x00000000, lr: 0x080016df, - pc: 0x080016e2, + pc: 0x0800094a, xpsr: 0x61000000, } ```