notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b372a95
)
drc: remove leftover printf
author
notaz
<notasas@gmail.com>
Mon, 17 Jan 2011 22:35:36 +0000
(
00:35
+0200)
committer
notaz
<notasas@gmail.com>
Mon, 17 Jan 2011 22:35:36 +0000
(
00:35
+0200)
libpcsxcore/new_dynarec/new_dynarec.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/new_dynarec.c
b/libpcsxcore/new_dynarec/new_dynarec.c
index
3a96035
..
73185ae
100644
(file)
--- a/
libpcsxcore/new_dynarec/new_dynarec.c
+++ b/
libpcsxcore/new_dynarec/new_dynarec.c
@@
-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)) {