register: refactor register_cache_invalidate()
commitbab8b8c9eb7c0e892eaa375cb1f388a75165c627
authorMarek Vrbka <marek.vrbka@codasip.com>
Tue, 6 Jun 2023 13:32:09 +0000 (6 15:32 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 3 Aug 2023 20:24:16 +0000 (3 20:24 +0000)
tree5a53fe962bf25df92c01a29ea472737306b02450
parenta5108240f9e12633fea400f92d96cc75e03c86ca
register: refactor register_cache_invalidate()

register_cache_invalidate() is written a way which uses
pointer arithmetic, which makes it harder to read. This patch
replaces it with more readable way to iterate over array of
structs.

Change-Id: Ia420f70a3bb6998c690c8c600c71301dca9f9dbf
Signed-off-by: Marek Vrbka <marek.vrbka@codasip.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7735
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
Reviewed-by: Jan Matyas <jan.matyas@codasip.com>
src/target/register.c