> +
> +      if (OCL_PROFILING)
> +        fprintf(file, "[%3i,%3i]", p->storedbg[insnID].srcline, p-
> >storedbg[insnID].srcline);

You printf srcline two times.
And here using OCL_PROFILING to control the output of debuginfo is a little 
misunderstanding.
Profiling often means performance information, you can you OCL_DEBUGINFO or 
something else you think better.

> +
>        fprintf(file, "    (%8i)  ", insnID);
>        pCom = (GenCompactInstruction*)&p->store[insnID];
>        if(pCom->bits1.cmpt_control == 1) {
> --
> 1.9.1
> 
> _______________________________________________
> Beignet mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to