projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802b508
)
tcg: Delete tcg_helper_get_name declaration
author
Richard Henderson
<rth@twiddle.net>
Sat, 14 Sep 2013 21:29:35 +0000
(14:29 -0700)
committer
Richard Henderson
<rth@twiddle.net>
Thu, 10 Oct 2013 18:41:15 +0000
(11:41 -0700)
The function was deleted in
4dc81f2822187f4503d4bdb76785cafa5b28db0b
.
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.h
patch
|
blob
|
history
diff --git
a/tcg/tcg.h
b/tcg/tcg.h
index 902c751d26fa290dae4f14f4fdbf3d626f26c929..20543f6a499d4a78da9271e63215d94a8d65fa48 100644
(file)
--- a/
tcg/tcg.h
+++ b/
tcg/tcg.h
@@
-681,7
+681,6
@@
TCGArg *tcg_optimize(TCGContext *s, uint16_t *tcg_opc_ptr, TCGArg *args,
/* only used for debugging purposes */
void tcg_register_helper(void *func, const char *name);
-const char *tcg_helper_get_name(TCGContext *s, void *func);
void tcg_dump_ops(TCGContext *s);
void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf);