]> git.saurik.com Git - apple/system_cmds.git/blobdiff - lsmp.tproj/lsmp.c
system_cmds-854.11.2.tar.gz
[apple/system_cmds.git] / lsmp.tproj / lsmp.c
index 92691d7ac9fa14726ef7cf3a1e51b46cf45f0591..71a7c6815f366b6995bbf60461cc22da81f292d7 100644 (file)
@@ -31,7 +31,7 @@
 #include "common.h"
 #include "json.h"
 
-#if TARGET_OS_EMBEDDED
+#if (TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 #define TASK_FOR_PID_USAGE_MESG "\nPlease check your boot-args to ensure you have access to task_for_pid()."
 #else
 #define TASK_FOR_PID_USAGE_MESG ""