|
@@ -1281,7 +1281,7 @@ static void *atomic_mmu_lookup(CPUArchState *env, target_ulong addr,
|
|
|
typedef uint64_t FullLoadHelper(CPUArchState *env, target_ulong addr,
|
|
|
TCGMemOpIdx oi, uintptr_t retaddr);
|
|
|
|
|
|
-static inline uint64_t __attribute__((always_inline))
|
|
|
+static inline uint64_t QEMU_ALWAYS_INLINE
|
|
|
load_helper(CPUArchState *env, target_ulong addr, TCGMemOpIdx oi,
|
|
|
uintptr_t retaddr, MemOp op, bool code_read,
|
|
|
FullLoadHelper *full_load)
|
|
@@ -1530,7 +1530,7 @@ tcg_target_ulong helper_be_ldsl_mmu(CPUArchState *env, target_ulong addr,
|
|
|
* Store Helpers
|
|
|
*/
|
|
|
|
|
|
-static inline void __attribute__((always_inline))
|
|
|
+static inline void QEMU_ALWAYS_INLINE
|
|
|
store_helper(CPUArchState *env, target_ulong addr, uint64_t val,
|
|
|
TCGMemOpIdx oi, uintptr_t retaddr, MemOp op)
|
|
|
{
|