]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/pgo/profile_runtime.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / pgo / profile_runtime.c
index ec24bfffecb786d02e2bf99a661ede5d8f6f2595..4c115151b8622f8ffa91c654864e83101a19a61e 100644 (file)
@@ -113,7 +113,7 @@ kern_return_t do_pgo_reset_counters()
 static kern_return_t
 kextpgo_trap()
 {
-    return DebuggerTrapWithState(DBOP_RESET_PGO_COUNTERS, NULL, NULL, NULL, 0, FALSE, 0);
+    return DebuggerTrapWithState(DBOP_RESET_PGO_COUNTERS, NULL, NULL, NULL, 0, NULL, FALSE, 0);
 }
 
 static kern_return_t