Skip to content

Commit

Permalink
correct alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jun 30, 2012
1 parent 283487e commit 1511de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/c/stdarg.d
Expand Up @@ -88,7 +88,7 @@ else version (X86_64)
void* reg_args;
}

struct __va_argsave_t
align(16) struct __va_argsave_t
{
size_t[6] regs; // RDI,RSI,RDX,RCX,R8,R9
real[8] fpregs; // XMM0..XMM7
Expand Down

0 comments on commit 1511de4

Please sign in to comment.