]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/sgx/mod.rs
SGX target: simplify usercall internals
[rust.git] / src / libstd / sys / sgx / mod.rs
index f2593c35bed14c6c79103d2716e6b0a098e9627f..4225ecbb206510d49f55c84a5dc1c876ccf0a928 100644 (file)
@@ -125,7 +125,7 @@ pub unsafe fn strlen(mut s: *const c_char) -> usize {
 }
 
 pub unsafe fn abort_internal() -> ! {
-    abi::panic::usercall_exit(true)
+    abi::usercalls::exit(true)
 }
 
 pub fn hashmap_random_keys() -> (u64, u64) {