diff options
author | Luis Machado <luis.machado@linaro.org> | 2020-01-09 16:24:15 -0300 |
---|---|---|
committer | Luis Machado <luis.machado@linaro.org> | 2020-01-21 10:26:27 -0300 |
commit | f0c702d4b8415becb67610389cf266f73226080e (patch) | |
tree | f6932a0bb555a856df0e461e1ce4e592958cb3ba /gdb/python/python.c | |
parent | 1ab139e5bedfec2bb277287574cc0322c21a252b (diff) | |
download | binutils-f0c702d4b8415becb67610389cf266f73226080e.zip binutils-f0c702d4b8415becb67610389cf266f73226080e.tar.gz binutils-f0c702d4b8415becb67610389cf266f73226080e.tar.bz2 |
Convert an int flag variable to bool
As suggested, the cond variable is really supposed to be a bool. So,
make it so.
gdb/ChangeLog:
2020-01-21 Luis Machado <luis.machado@linaro.org>
* aarch64-tdep.c (struct aarch64_displaced_step_closure)
<cond>: Change type to bool.
(aarch64_displaced_step_b_cond): Update cond to use bool type.
(aarch64_displaced_step_cb): Likewise.
(aarch64_displaced_step_tb): Likewise.
Diffstat (limited to 'gdb/python/python.c')
0 files changed, 0 insertions, 0 deletions