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 ccfe42d commit e9164e7Copy full SHA for e9164e7
src/start/exceptions.md
@@ -37,7 +37,7 @@ fn SysTick() {
37
```
38
39
As you may know, using `static mut` variables in a function makes it
40
-*non-reentrant*. It's undefined behavior to call a non-reentrant function,
+[*non-reentrant*](https://en.wikipedia.org/wiki/Reentrancy_(computing)). It's undefined behavior to call a non-reentrant function,
41
directly or indirectly, from more than one exception / interrupt handler or from
42
`main` and one or more exception / interrupt handlers.
43
0 commit comments