Changes in kernel/arch/mips32/src/debugger.c [ccb426c:63bdde6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/debugger.c
rccb426c r63bdde6 134 134 * 135 135 */ 136 staticbool is_jump(unative_t instr)136 bool is_jump(unative_t instr) 137 137 { 138 138 unsigned int i;
Note:
See TracChangeset
for help on using the changeset viewer.