]> granicus.if.org Git - libx264/commit
x86inc: Fix call with memory operands
authorHenrik Gramner <henrik@gramner.com>
Wed, 29 Mar 2017 14:43:57 +0000 (16:43 +0200)
committerHenrik Gramner <henrik@gramner.com>
Fri, 19 May 2017 14:12:15 +0000 (16:12 +0200)
commit50a9dd78263191474c948d53e837348abd0bf316
treebfcb13926338927324923aae31c19950e981c676
parentd13b4c3a9574cd2fbd5407c7dfc58eeff72d2080
x86inc: Fix call with memory operands

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.
common/x86/x86inc.asm