Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
1781bc90
Commit
1781bc90
authored
Oct 05, 2007
by
Michael Beck
Browse files
doxygen comment added
[r16102]
parent
615377ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
1781bc90
...
...
@@ -1146,6 +1146,14 @@ static void emit_ia32_Immediate(const ir_node *node)
}
}
/**
* Emit an inline assembler operand.
*
* @param node the ia32_ASM node
* @param s points to the operand (a %c)
*
* @return pointer to the first char in s NOT in the current operand
*/
static
const
char
*
emit_asm_operand
(
const
ir_node
*
node
,
const
char
*
s
)
{
const
ia32_attr_t
*
ia32_attr
=
get_ia32_attr_const
(
node
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment