drc: remove leftover printf
authornotaz <notasas@gmail.com>
Mon, 17 Jan 2011 22:35:36 +0000 (00:35 +0200)
committernotaz <notasas@gmail.com>
Mon, 17 Jan 2011 22:35:36 +0000 (00:35 +0200)
libpcsxcore/new_dynarec/new_dynarec.c

index 3a96035..73185ae 100644 (file)
@@ -1084,7 +1084,7 @@ void ll_kill_pointers(struct ll_entry *head,int addr,int shift)
     if(((ptr>>shift)==(addr>>shift)) ||
        (((ptr-MAX_OUTPUT_BLOCK_SIZE)>>shift)==(addr>>shift)))
     {
-      printf("EXP: Kill pointer at %x (%x)\n",(int)head->addr,head->vaddr);
+      inv_debug("EXP: Kill pointer at %x (%x)\n",(int)head->addr,head->vaddr);
       u_int host_addr=(u_int)kill_pointer(head->addr);
 
       if((host_addr>>12)!=(old_host_addr>>12)) {