]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: mn10300: fix sim_engine_halt call
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Dec 2023 12:56:52 +0000 (07:56 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 5 Dec 2023 12:56:52 +0000 (07:56 -0500)
commitcd1c74bec6f5fa8cab8136320134b9a5a1ee2625
treef00fc9bccb9373a60626cca9eafa4707ccec4e5d
parent9d4a8c0a2e0f4909067759391e4aeb5c4af54352
sim: mn10300: fix sim_engine_halt call

The sim_stop argument is an enum and should only be one of those
values, not a signal constant.  Fix the logic to pass the right
sim_xxx & SIM_xxx values in the right arguments.
sim/mn10300/op_utils.c