On Tue, Aug 10, 2021 at 11:58 AM Richard Henderson <
richard.hender...@linaro.org> wrote:
> On 8/7/21 11:42 AM, Warner Losh wrote:
> > From: Warner Losh
> >
> > Make the guest_base a plan, uneigned long rather than a uintptr_t. It
> > isn't really a pointer.
>
> NACK: 5ca870b9f6c. It most certai
On 8/7/21 11:42 AM, Warner Losh wrote:
From: Warner Losh
Make the guest_base a plan, uneigned long rather than a uintptr_t. It
isn't really a pointer.
NACK: 5ca870b9f6c. It most certainly is a host pointer.
r~
From: Warner Losh
Make the guest_base a plan, uneigned long rather than a uintptr_t. It
isn't really a pointer.
Signed-off-by: Stacey Son
Signed-off-by: Warner Losh
---
bsd-user/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bsd-user/main.c b/bsd-user/main.c
in