Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    r665f432 r033ff37  
    887887                auto expr = visitBaseExpr( node,
    888888                        new AsmExpr(
    889                                 new std::string(node->inout),
     889                                get<Expression>().accept1(node->inout),
    890890                                get<Expression>().accept1(node->constraint),
    891891                                get<Expression>().accept1(node->operand)
     
    22582258                        new ast::AsmExpr(
    22592259                                old->location,
    2260                                 old->inout,
     2260                                GET_ACCEPT_1(inout, Expr),
    22612261                                GET_ACCEPT_1(constraint, Expr),
    22622262                                GET_ACCEPT_1(operand, Expr)
Note: See TracChangeset for help on using the changeset viewer.