summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/armulator/startup/trap.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/armulator/startup/trap.S')
-rw-r--r--c/src/lib/libbsp/arm/armulator/startup/trap.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/armulator/startup/trap.S b/c/src/lib/libbsp/arm/armulator/startup/trap.S
index 328fabca5c..4021ea1d18 100644
--- a/c/src/lib/libbsp/arm/armulator/startup/trap.S
+++ b/c/src/lib/libbsp/arm/armulator/startup/trap.S
@@ -78,7 +78,7 @@ __rt_stkovf_split_big:
@ dummy space on the stack and passing in a "phantom" arg1 into
@ the function. This means that we do not need to worry about
@ preserving the stack under "sp" even on function return.
- @
+ @
@ Code should never poke values beneath sp. The sp register
@ should always be "dropped" first to cover the data. This
@ protects the data against any events that may try and use