]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/sh4/translate.c
target: Use vaddr in gen_intermediate_code
[mirror_qemu.git] / target / sh4 / translate.c
index 81f825f1257c0b8489933b44f60d27c95b226474..6a6d862b10b14c653dc66e978af0b0d5f1737f21 100644 (file)
@@ -2317,7 +2317,7 @@ static const TranslatorOps sh4_tr_ops = {
 };
 
 void gen_intermediate_code(CPUState *cs, TranslationBlock *tb, int *max_insns,
-                           target_ulong pc, void *host_pc)
+                           vaddr pc, void *host_pc)
 {
     DisasContext ctx;