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
c2c7e92e
Commit
c2c7e92e
authored
Sep 29, 2015
by
Andreas Fried
Browse files
amd64_varargs: Fix comment.
parent
0b548cc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_varargs.c
View file @
c2c7e92e
...
...
@@ -170,10 +170,10 @@ void amd64_lower_va_arg(ir_node *node)
* return result;
* }
*
* If T is a floating point type:
* If T is a
n SSE
floating point type:
* if (ap.xmm_offset < 6*8+8*16) {
* T result = ap.reg_save_ptr[xmm_offset];
*
gp
_offset += 16;
*
xmm
_offset += 16;
* return result;
* } else {
* T result = *ap.stack_args_ptr;
...
...
Write
Preview
Supports
Markdown
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