mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
do not export fls_bit
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1529 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
57e4c06ed7
commit
db6e6ed77e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue