commit | 2756004fe78954754946b61d3f6338d8b72b8332 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Nov 04 07:38:20 2022 +0700 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Nov 08 14:55:50 2022 +0700 |
tree | 6628f729649c9f9cb1fb4f15b99a813f86a8bb12 | |
parent | 195064c8da5a86a602d6312c5ad31b2bdb3721f9 [diff] |
sim: mips: call Unpredictable instead of setting bogus values [PR sim/29276] The intention of this code seems to be to indicate that this insn should not be used and produces undefined behavior, so instead of setting registers to bogus values, call Unpredictable. This fixes build warnings due to 32-bit/64-bit type conversions, and outputs a log message for users at runtime instead of silent corruption. Bug: https://sourceware.org/PR29276