]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/cpu.h
Use uintptr_t for various op related functions
[qemu.git] / target-sparc / cpu.h
index 865288cc940c53eb9e4d492f7c9ab03875f9bae5..29c63c711f2ae28d5d1060f12e60ed6b08e1bd83 100644 (file)
@@ -702,7 +702,7 @@ trap_state* cpu_tsptr(CPUSPARCState* env);
 #endif
 void QEMU_NORETURN do_unaligned_access(CPUSPARCState *env, target_ulong addr,
                                        int is_write, int is_user,
-                                       void *retaddr);
+                                       uintptr_t retaddr);
 
 #define TB_FLAG_FPU_ENABLED (1 << 4)
 #define TB_FLAG_AM_ENABLED (1 << 5)