mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
fix omitted parentheses in extended ASM #134
This commit is contained in:
parent
90c6b6c0e9
commit
679535f50a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ asm("movl %1, %%eax;");
|
|||
|
||||
//!GNUExtendedASMDeclarationTest
|
||||
//%CPP GNU
|
||||
asm("bswap %0" : "+r" (_data));
|
||||
asm("bswap %0" : "+r" ( _data ));
|
||||
|
||||
//!FunctionDefinitionTest
|
||||
//%CPP
|
||||
|
|
Loading…
Add table
Reference in a new issue