mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-16 23:53:49 +00:00
In s390_isel_vec_expr_wrk() there has been some assignments of enum-typed values to variables of different enum types. This fixes it. It also adds a few initialisations to variables of type HReg for safety against the possibility of them being used uninitialised. No functional change. Tested by Andreas Arnez.