]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/arm/dbgwrap.c
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / arm / dbgwrap.c
index 73aa8b6584a7fcc2df00c20595f82f7fa1ee5611..3d548bade94249f616ef46e51697e31073300bd5 100644 (file)
@@ -46,8 +46,7 @@ ml_dbgwrap_halt_cpu(int cpu_index __unused, uint64_t timeout_ns __unused)
 }
 
 dbgwrap_status_t
-ml_dbgwrap_halt_cpu_with_state(int cpu_index __unused, uint64_t timeout_ns __unused, dbgwrap_thread_state_t *state __unused) 
+ml_dbgwrap_halt_cpu_with_state(int cpu_index __unused, uint64_t timeout_ns __unused, dbgwrap_thread_state_t *state __unused)
 {
        return DBGWRAP_ERR_UNSUPPORTED;
 }
-