]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ddb/db_cond.c
xnu-1228.15.4.tar.gz
[apple/xnu.git] / osfmk / ddb / db_cond.c
index 057bb7460bc2feacd6113ddff1ab3df05043504a..e5199b914618392f80257eb019299ca0a2a7fcec 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -147,6 +147,8 @@ db_cond_free(db_thread_breakpoint_t bkpt)
        }
 }
 
        }
 }
 
+extern jmp_buf_t *db_recover;
+
 boolean_t
 db_cond_check(db_thread_breakpoint_t bkpt)
 {
 boolean_t
 db_cond_check(db_thread_breakpoint_t bkpt)
 {
@@ -154,7 +156,6 @@ db_cond_check(db_thread_breakpoint_t bkpt)
        db_expr_t value;
        int       t;
        jmp_buf_t db_jmpbuf;
        db_expr_t value;
        int       t;
        jmp_buf_t db_jmpbuf;
-       extern    jmp_buf_t *db_recover;
 
        if (bkpt->tb_cond <= 0) {               /* no condition */
                if (--(bkpt->tb_count) > 0)
 
        if (bkpt->tb_cond <= 0) {               /* no condition */
                if (--(bkpt->tb_count) > 0)