Home | History | Annotate | Download | only in nios2
      1 # Source file used to test the CDX break.n instructions
      2 foo:
      3 	break.n
      4 	break.n 0
      5 	break.n 31
      6 	break.n 14
      7 
      8 
      9