target/arm/helper.c: Delete stray obsolete comment
commit1a13efcc56f0a50149da25ecca1f81f346496f86
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 May 2022 13:18:01 +0000 (13 14:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2022 15:19:02 +0000 (19 16:19 +0100)
treec2eea6d1df3153b2776490f952a87c170f1c3de0
parent6e76d35f2375c3ef58aaaccbe5cee54b20a1f74a
target/arm/helper.c: Delete stray obsolete comment

In commit 88ce6c6ee85d we switched from directly fishing the number
of breakpoints and watchpoints out of the ID register fields to
abstracting out functions to do this job, but we forgot to delete the
now-obsolete comment in define_debug_regs() about the relation
between the ID field value and the actual number of breakpoints and
watchpoints.  Delete the obsolete comment.

Reported-by: CHRIS HOWARD <cvz185@web.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220513131801.4082712-1-peter.maydell@linaro.org
target/arm/helper.c