Skip to content
Snippets Groups Projects
Commit 2dfa2f18 authored by Richard Henderson's avatar Richard Henderson
Browse files

tcg/aarch64: Do not convert TCGArg to temps that are not temps


Fixes INDEX_op_rotli_vec for aarch64 host, where the 3rd
argument is an integer, not a temporary, which now tickles
an assert added in e89b28a6.

Previously, the value computed into v2 would be garbage for
rotli_vec, but as the value was unused it caused no harm.

Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 37c8c531
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment