Add alignstack option for inline asm.

This commit is contained in:
Luqman Aden
2013-03-12 01:02:58 -07:00
parent 7f500ab4c1
commit 18b71a7831
5 changed files with 19 additions and 10 deletions

View File

@@ -1398,7 +1398,7 @@ pub fn print_expr(s: @ps, &&expr: @ast::expr) {
}
}
}
ast::expr_inline_asm(a, c, v) => {
ast::expr_inline_asm(a, c, v, _) => {
if v {
word(s.s, ~"__volatile__ asm!");
} else {