mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Replace always_inline with inline
We define inline as always_inline. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
facd285778
commit
636aa20056
13 changed files with 355 additions and 371 deletions
|
@ -377,7 +377,7 @@ static uint32_t sdram_bcr (target_phys_addr_t ram_base,
|
|||
return bcr;
|
||||
}
|
||||
|
||||
static always_inline target_phys_addr_t sdram_base (uint32_t bcr)
|
||||
static inline target_phys_addr_t sdram_base(uint32_t bcr)
|
||||
{
|
||||
return bcr & 0xFF800000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue