]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/mach_msg.c
xnu-344.49.tar.gz
[apple/xnu.git] / osfmk / ipc / mach_msg.c
index 6036e409d83137fc4864f4202e90150c6ef7a281..9d43eece5f994f5d8d67d3795d90bd7275aaa8be 100644 (file)
@@ -1048,9 +1048,9 @@ mach_msg_overwrite_trap(
 
                assert(ip_active(dest_port));
                assert(dest_port->ip_receiver != ipc_space_kernel);
-//             assert(!imq_full(&dest_port->ip_messages) ||
-//                    (MACH_MSGH_BITS_REMOTE(hdr->msgh_bits) ==
-//                                             MACH_MSG_TYPE_PORT_SEND_ONCE));
+               assert(!imq_full(&dest_port->ip_messages) ||
+                      (MACH_MSGH_BITS_REMOTE(hdr->msgh_bits) ==
+                                               MACH_MSG_TYPE_PORT_SEND_ONCE));
                assert((hdr->msgh_bits & MACH_MSGH_BITS_CIRCULAR) == 0);
 
            {