|
@@ -526,7 +526,7 @@ uint32_t curr_cflags(CPUState *cpu);
|
|
|
|
|
|
/* TranslationBlock invalidate API */
|
|
|
#if defined(CONFIG_USER_ONLY)
|
|
|
-void tb_invalidate_phys_addr(target_ulong addr);
|
|
|
+void tb_invalidate_phys_addr(hwaddr addr);
|
|
|
#else
|
|
|
void tb_invalidate_phys_addr(AddressSpace *as, hwaddr addr, MemTxAttrs attrs);
|
|
|
#endif
|