target/mips: Add !CONFIG_USER_ONLY comment after #endif
commitf9bd3d79f4f636ea9c9ce6dd2b6ad71b776458d6
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 6 Dec 2020 22:20:27 +0000 (6 23:20 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree168e00d38662f91c78b6ed75a2a1f8c3a403e252
parent81ddae7c3095065466d235f782aa2af620db78d0
target/mips: Add !CONFIG_USER_ONLY comment after #endif

To help understand ifdef'ry, add comment after #endif.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201214183739.500368-4-f4bug@amsat.org>
target/mips/helper.c