]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ddb/db_break.c
xnu-344.49.tar.gz
[apple/xnu.git] / osfmk / ddb / db_break.c
index 4eb4c2146e3e9a69fc7a9a69b87700d7ffd79324..aa96f95bf564cd50e8a6be4d947032ebdf94934d 100644 (file)
@@ -969,11 +969,7 @@ db_breakpoint_cmd(
              db_error("Invalid user space address\n");
            user_space = TRUE;
            db_printf("%#X is in user space\n", addr);
-#ifdef ppc
-           db_printf("kernel is from %#X to %#x\n", VM_MIN_KERNEL_ADDRESS, vm_last_addr);
-#else
            db_printf("kernel is from %#X to %#x\n", VM_MIN_KERNEL_ADDRESS, VM_MAX_KERNEL_ADDRESS);
-#endif
        }
        if (db_option(modif, 't') || task_bpt) {
            for (n = 0; db_get_next_act(&thr_act, n); n++) {