Index: runtime/szrt.c |
diff --git a/runtime/szrt.c b/runtime/szrt.c |
index 7ac50304bf95fa905e8b649a8dec75716a656bd5..ff0f9b0f79a9ea3fd26d57ef9ee1b719d1944b73 100644 |
--- a/runtime/szrt.c |
+++ b/runtime/szrt.c |
@@ -64,3 +64,11 @@ double __Sz_sitofp_i64_f64(int64_t Value) { return (double)Value; } |
// unsandboxed_irt: |
// __nacl_read_tp |
// __aeabi_read_tp [arm32 only] |
+// MIPS runtime library: |
+// __sync_fetch_and_add_8 |
+// __sync_fetch_and_and_8 |
+// __sync_fetch_and_or_8 |
+// __sync_fetch_and_sub_8 |
+// __sync_fetch_and_xor_8 |
+// __sync_lock_test_and_set_8 |
+// __sync_val_compare_and_swap_8 |