gdbbreak.s 103 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #include <asm.h> #include <regdef.h> #include <R4300.h> LEAF(gdbBreak) break 1 j ra END(gdbBreak)