Index: compiler-rt/trunk/test/lsan/TestCases/use_registers.cc =================================================================== --- compiler-rt/trunk/test/lsan/TestCases/use_registers.cc +++ compiler-rt/trunk/test/lsan/TestCases/use_registers.cc @@ -27,6 +27,11 @@ : : "r" (p) ); +#elif defined(__mips__) + asm ( "move $16, %0" + : + : "r" (p) + ); #else #error "Test is not supported on this architecture." #endif