17-03-2010, 03:50 PM
Hi,
I am running into this rule whenever using in-line assemebly in my blackfin project.
i.e
asm ("ssync;");
or
asm("nop;");
generated the error in ibm logiscope
"A null statements shall only occur on a line by itself, and shall not have any other text on the same line"
I assume this comes from having the two ";" characters on the one line.
But how can i overcome this?
Matthew
I am running into this rule whenever using in-line assemebly in my blackfin project.
i.e
asm ("ssync;");
or
asm("nop;");
generated the error in ibm logiscope
"A null statements shall only occur on a line by itself, and shall not have any other text on the same line"
I assume this comes from having the two ";" characters on the one line.
But how can i overcome this?
Matthew
<t></t>