preproc: need to look at mmac->in_progress not mstk->in_progress
commitbacf04a3e0bd90a1cd6eee665ec0b8a2b162e408
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Mon, 8 Jun 2020 20:29:06 +0000 (8 13:29 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Mon, 8 Jun 2020 20:29:06 +0000 (8 13:29 -0700)
treeae665bf8da83b17ae920e9273da0f573a315fa07
parentae0e50c49168852275d26f4e489be9ba7c2a1240
preproc: need to look at mmac->in_progress not mstk->in_progress

mstk.mstk reflects %rep conditions as well as actual expanded
macros. However, in_progress is undefined for %rep loops; we instead
want to look at the underlying mmacro, if there is one.

Discovered trying to compile x264.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/preproc.c