Commit f5e486f6 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Anton Khirnov

x86inc: Fix instantiation of YMM registers

Signed-off-by: 's avatarHenrik Gramner <henrik@gramner.com>
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent b114d28a
......@@ -893,7 +893,7 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae,
%assign %%i 0
%rep num_mmregs
CAT_XDEFINE m, %%i, ymm %+ %%i
CAT_XDEFINE nymm, %%i, %%i
CAT_XDEFINE nnymm, %%i, %%i
%assign %%i %%i+1
%endrep
INIT_CPUFLAGS %1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment