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

@@ -601,8 +601,8 @@ pub enum expr_ {
expr_ret(Option<@expr>),
expr_log(log_level, @expr, @expr),
/* asm, clobbers + constraints, volatile */
expr_inline_asm(@~str, @~str, bool),
/* asm, clobbers + constraints, volatile, align stack */
expr_inline_asm(@~str, @~str, bool, bool),
expr_mac(mac),