mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tcg: Add missing static qualifier
Build breaks otherwise when USE_LIVENESS_ANALYSIS is not defined. Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
efe72c8de7
commit
655feed5d9
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ static void tcg_liveness_analysis(TCGContext *s)
|
|||
}
|
||||
#else
|
||||
/* dummy liveness analysis */
|
||||
void tcg_liveness_analysis(TCGContext *s)
|
||||
static void tcg_liveness_analysis(TCGContext *s)
|
||||
{
|
||||
int nb_ops;
|
||||
nb_ops = gen_opc_ptr - gen_opc_buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue