Guillem Jover, le Wed 20 Nov 2013 21:09:08 +0100, a écrit : > > #ifdef SOFTWARE_SSTEP > > + db_addr_t brpc; > > /* Account for instructions in delay slots */ > > brpc = next_instr_address(pc, 1, task); > > if ((brpc != pc) && (inst_branch(ins) || inst_call(ins))) { > > This adds intermixing of statements and declarations.
What kind of problem do you expect? C99 is almost 15 years old now. Samuel