mips.S 198 B

123456789101112
  1. /* on mips clang doesn't support privilegied instructions, doubleword store/load
  2. and crashes with hand-written assembly
  3. */
  4. .set mips3
  5. sync
  6. ld $t2, 0($t1)
  7. a:
  8. addiu $t1, $s0, (b - a)
  9. b: nop