target/aarch64: add missing aarch64_poll() calls
commit307a3ca10996283697356a4835f3152dd00a9a0c
authorDaniel Goehring <dgoehrin@os.amperecomputing.com>
Tue, 6 Jun 2023 20:44:13 +0000 (6 14:44 -0600)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 12 Aug 2023 16:47:14 +0000 (12 16:47 +0000)
tree76127472843216383469ef75e28073f37b6e83a3
parent3c558fda4bf09b5fd612f05a86da7ad5c47630bb
target/aarch64: add missing aarch64_poll() calls

Add missing aarch64_poll() calls to ensure the event
TARGET_EVENT_HALTED is called when necessary.

This is needed with the poller update introduced in commit
95603fae18f8 ("openocd: revert workarounds for 'expr' syntax change")

Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
Change-Id: I6e91f1b6bc1f0d16e6f0eb76fc67d20111e3afd2
Reviewed-on: https://review.openocd.org/c/openocd/+/7737
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/aarch64.c