Re: [PATCH 06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer

2022-01-23 Thread Richard Henderson
On 1/10/22 3:18 AM, Warner Losh wrote: The code has moved in FreeBSD since the emulator was started, update the comment to reflect that change. Remove now-redundant comment saying the same thing (but incorrectly). Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h | 2 +- 1 file ch

Re: [PATCH 06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer

2022-01-16 Thread Warner Losh
On Fri, Jan 14, 2022 at 3:22 AM Peter Maydell wrote: > On Fri, 14 Jan 2022 at 06:38, Warner Losh wrote: > > > > > > > > On Thu, Jan 13, 2022 at 10:15 AM Peter Maydell > wrote: > >> > >> On Sun, 9 Jan 2022 at 16:26, Warner Losh wrote: > >> > > >> > The code has moved in FreeBSD since the emulat

Re: [PATCH 06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer

2022-01-14 Thread Peter Maydell
On Fri, 14 Jan 2022 at 06:38, Warner Losh wrote: > > > > On Thu, Jan 13, 2022 at 10:15 AM Peter Maydell > wrote: >> >> On Sun, 9 Jan 2022 at 16:26, Warner Losh wrote: >> > >> > The code has moved in FreeBSD since the emulator was started, update the >> > comment to reflect that change. Remove n

Re: [PATCH 06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer

2022-01-13 Thread Warner Losh
On Thu, Jan 13, 2022 at 10:15 AM Peter Maydell wrote: > On Sun, 9 Jan 2022 at 16:26, Warner Losh wrote: > > > > The code has moved in FreeBSD since the emulator was started, update the > > comment to reflect that change. Remove now-redundant comment saying the > > same thing (but incorrectly). >

Re: [PATCH 06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:26, Warner Losh wrote: > > The code has moved in FreeBSD since the emulator was started, update the > comment to reflect that change. Remove now-redundant comment saying the > same thing (but incorrectly). > > Signed-off-by: Warner Losh > --- > bsd-user/arm/target_arch_c

[PATCH 06/30] bsd-user/arm/target_arch_cpu.h: Correct code pointer

2022-01-09 Thread Warner Losh
The code has moved in FreeBSD since the emulator was started, update the comment to reflect that change. Remove now-redundant comment saying the same thing (but incorrectly). Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff