linux-user: Adjust comment to reflect the code.
authorWarner Losh <imp@bsdimp.com>
Fri, 7 Jun 2024 03:57:42 +0000 (21:57 -0600)
committerWarner Losh <imp@bsdimp.com>
Sun, 9 Jun 2024 16:30:11 +0000 (10:30 -0600)
commit1b6f1b2e820302f08f262a09551767f14c0f98a6
tree286e9d9fc3c158645b994e30ca9fd7532be568cf
parent3e246da2c3f85298b52f8a1154b832acf36aa656
linux-user: Adjust comment to reflect the code.

If the user didn't specify reserved_va, there's an else for 64-bit host
32-bit (or fewer) target to reserve 32-bits of address space. Update the
comments to reflect this, and rejustify comment to 80 columns.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/main.c