]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/dtrace/scripts/log_unnest_badness.d
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / dev / dtrace / scripts / log_unnest_badness.d
index 2e8e0d003ae6e15c275450a19dd9c785b3675263..458676da51733e05bdf261c1a5b96eec3fd59841 100644 (file)
@@ -3,7 +3,7 @@
 vminfo::log_unnest_badness:
 {
        printf("%d[%s]: unexpected unnest(0x%llx, 0x%llx) below 0x%llx",
-              $pid,
+              pid,
               execname,
               (uint64_t) arg1,
               (uint64_t) arg2,