Skip to content
Snippets Groups Projects
Commit 236b94c2 authored by Tim Northover's avatar Tim Northover
Browse files

Typo in ARM __attribute__((interrupt)) documentation

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191771 91177308-0d34-0410-b5e6-96231b3b80d8
parent 64eac850
No related branches found
No related tags found
No related merge requests found
...@@ -1880,7 +1880,7 @@ The semantics are as follows: ...@@ -1880,7 +1880,7 @@ The semantics are as follows:
possible the function itself will make the necessary "lr" adjustments so that possible the function itself will make the necessary "lr" adjustments so that
the "preferred return address" is selected. the "preferred return address" is selected.
Unfortunately the compiler is unable to make this guarantee for nn "UNDEF" Unfortunately the compiler is unable to make this guarantee for an "UNDEF"
handler, where the offset from "lr" to the preferred return address depends on handler, where the offset from "lr" to the preferred return address depends on
the execution state of the code which generated the exception. In this case the execution state of the code which generated the exception. In this case
a sequence equivalent to "movs pc, lr" will be used. a sequence equivalent to "movs pc, lr" will be used.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment