projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0484362
)
Fix CONFIG_PROFILER
author
Blue Swirl
<blauwirbel@gmail.com>
Tue, 21 Jul 2009 12:18:03 +0000
(12:18 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 21 Jul 2009 12:18:03 +0000
(12:18 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg.c
patch
|
blob
|
blame
|
history
diff --git
a/tcg/tcg.c
b/tcg/tcg.c
index 4cb5934f5319e68509890b7b367c049d47c85066..0ba1b6a3eaed564c653f5468d479c0ad7b28c564 100644
(file)
--- a/
tcg/tcg.c
+++ b/
tcg/tcg.c
@@
-1866,7
+1866,7
@@
static int tcg_reg_alloc_call(TCGContext *s, const TCGOpDef *def,
static int64_t tcg_table_op_count[NB_OPS];
-void dump_op_count(void)
+
static
void dump_op_count(void)
{
int i;
FILE *f;
@@
-2074,10
+2074,8
@@
void tcg_dump_info(FILE *f,
s->restore_count);
cpu_fprintf(f, " avg cycles %0.1f\n",
s->restore_count ? (double)s->restore_time / s->restore_count : 0);
- {
- extern void dump_op_count(void);
- dump_op_count();
- }
+
+ dump_op_count();
}
#else
void tcg_dump_info(FILE *f,
This page took
0.026921 seconds
and
4
git commands to generate.