Skip to content
  • Henrik Gramner's avatar
    x86inc: Fix call with memory operands · 50a9dd78
    Henrik Gramner authored
    We overload the `call` instruction with a macro, but it would misbehave when
    the macro argument wasn't a valid identifier. Fix it by explicitly checking
    if the argument is an identifier.
    50a9dd78