Commit e2d0182
use semicolon not newline for inline assembler
fixes:
testfile.c:3:11: warning: missing terminating " character
3 | __asm__(".arch armv5te
| ^
testfile.c:4:1: error: expected string literal before '.' token
4 | .object_arch armv4t
| ^
testfile.c:5:14: warning: missing terminating " character
5 | qadd r3,r3,r3");
| ^
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>1 parent 8c439da commit e2d0182
1 file changed
+3
-3
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 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments