summary refs log tree commit diff stats
path: root/hw/apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/apic.c')
-rw-r--r--hw/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/apic.c b/hw/apic.c
index 581aa7b67b..a66e03296d 100644
--- a/hw/apic.c
+++ b/hw/apic.c
@@ -178,7 +178,7 @@ uint8_t cpu_get_apic_tpr(CPUX86State *env)
     return s->tpr >> 4;
 }
 
-int fls_bit(int value)
+static int fls_bit(int value)
 {
     unsigned int ret = 0;