>>> On 25.01.17 at 16:44, <wei.l...@citrix.com> wrote:
> --- a/tools/tests/x86_emulator/test_x86_emulator.c
> +++ b/tools/tests/x86_emulator/test_x86_emulator.c
> @@ -42,7 +42,7 @@ static int read(
>      struct x86_emulate_ctxt *ctxt)
>  {
>      if ( verbose )
> -        printf("** %s(%u, %p,, %u,)\n", __func__, seg, (void *)offset, 
> bytes);
> +        printf("** %s(%u, %p, %u)\n", __func__, seg, (void *)offset, bytes);

Back when these got added, Andrew did explain why he put them
there.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to