char *parallel_insn;
debug ("In tic30_find_parallel_insn()\n");
- while (!is_end_of_line[(unsigned char) *next_line])
+ while (!is_end_of_stmt (*next_line))
{
if (*next_line == PARALLEL_SEPARATOR
&& *(next_line + 1) == PARALLEL_SEPARATOR)
int char_ptr = 0;
char c;
- while (!is_end_of_line[(unsigned char) (c = *line)])
+ while (!is_end_of_stmt (c = *line))
{
if (is_opcode_char (c) && search_status == NONE)
{
debug ("literal = %s\n", literalP);
debug ("line = ");
token = input_line_pointer;
- while (!is_end_of_line[(unsigned char) *input_line_pointer]
+ while (!is_end_of_stmt (*input_line_pointer)
&& (*input_line_pointer != ','))
{
debug ("%c", *input_line_pointer);