Commit c650ea2
committed
Use local label in naked function to avoid collisions
This status-quo ante of this naked function test defined a label with
the symbolic name `.L7`. However, changes to the stack could cause a
collision with that same symbolic name being defined by compiler-
generated code; therefore we use a local label instead to guarantee
collision avoidance.1 parent 3acda18 commit c650ea2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments