tests/tcg: fix unused variable in linux-test
commit2bc6c79417b89c3306b724577e775f03fe61fb2e
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 21 Dec 2022 09:04:09 +0000 (21 09:04 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 23 Dec 2022 15:15:57 +0000 (23 15:15 +0000)
treef4f8eadd5c78fbca7a7f4180b9417f8cc48b173d
parent7f788779458e0ab8ffeecab42e9b269e98ec9a86
tests/tcg: fix unused variable in linux-test

The latest hexagon compiler picks up that we never consume wcount.
Given the name of the #define that rcount checks against is WCOUNT_MAX
I figured the check just got missed.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221221090411.1995037-5-alex.bennee@linaro.org>
tests/tcg/multiarch/linux/linux-test.c