HomeSort by: relevance | last modified time | path
    Searched defs:unconditional (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ddb/
db_run.c 352 * returns true if the instruction is an unconditional
353 * transter of flow (i.e. unconditional branch)
380 bool unconditional; local in function:db_set_single_step
399 * unconditional transfer.
401 unconditional = inst_unconditional_flow_transfer(inst);
407 * instruction was not an unconditional change of flow
409 * unconditional change of flow control, setting a
421 if (unconditional == false &&

Completed in 12 milliseconds