Commit 85aecf6
iar: Avoid using double colons when defining labels
Using double colons (::) creates global labels, which can lead to
linker errors or symbol conflicts in certain cases. Switch to single
colon (:) to keep labels local and prevent duplicate definitions.
Signed-off-by: Dávid Házi <david.hazi@arm.com>1 parent d319cbc commit 85aecf6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments