On Wed, Apr 15, 2020 at 3:21 PM Brooks Davis <bro...@freebsd.org> wrote:
>
> Author: brooks
> Date: Wed Apr 15 20:21:30 2020
> New Revision: 359987
> URL: https://svnweb.freebsd.org/changeset/base/359987
>
> Log:
>   Make ps_strings in struct image_params into a pointer.
>
>   This is a prepratory commit for D24407.
>
>   Reviewed by:  kib
>   Obtained from:        CheriBSD
>   Sponsored by: DARPA
>

This seems to have missed just one spot over in i386 machdep bits
(reported by CI, masked by earlier-in-the-build breakage):

18:28:51 /usr/src/sys/i386/i386/machdep.c:1174:15: error: incompatible
pointer to integer conversion assigning to 'int' from 'void *'
[-Werror,-Wint-conversion]
18:28:51         regs->tf_ebx = imgp->ps_strings;
18:28:51                      ^ ~~~~~~~~~~~~~~~~

Thanks,

Kyle Evans
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to