commit | 6ec27270ff995940ffa532ee15414300782c30e8 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Jan 18 16:36:52 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Jan 20 11:02:23 2023 -0700 |
tree | b998ec938089ca2fe192b5bd5d9cda7587f83521 | |
parent | 42938c1a5b84207e9b6526e56d8e57e1ad3bab5f [diff] |
Use bool in pc_in_* functions I noticed that pc_in_unmapped_range had a weird return type -- it was returning a CORE_ADDR but intending to return a bool. This patch changes all the pc_in_* functions to return bool instead.