On Tue, Apr 16, 2013 at 03:41:52PM +0400, Maksim Kuznetsov wrote:
> Richard, Jeff, could you please have a look?

I wonder if it %{ and %} shouldn't be better handled in final.c
for all #ifdef ASSEMBLER_DIALECT targets, rather than just for one specific.

Also:
*(p + 1)
should be better written as p[1] (more readable).

        Jakub

Reply via email to