Add alignstack option for inline asm.
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user