From 3463872fdf4f690b61a74585fb2670962ddb0e99 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Mon, 13 May 2019 01:35:40 +0200 Subject: [PATCH] Fix small clang build issue. --- core/rec-ARM64/rec_arm64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rec-ARM64/rec_arm64.cpp b/core/rec-ARM64/rec_arm64.cpp index cfca5c4c3..65afd83d0 100644 --- a/core/rec-ARM64/rec_arm64.cpp +++ b/core/rec-ARM64/rec_arm64.cpp @@ -1442,7 +1442,7 @@ void ngen_CC_Finish(shil_opcode* op) bool ngen_Rewrite(unat& host_pc, unat, unat) { //printf("ngen_Rewrite pc %p\n", host_pc); - void *host_pc_rw = CC_RX2RW(host_pc); + void *host_pc_rw = (void*)CC_RX2RW(host_pc); RuntimeBlockInfo *block = bm_GetBlock((void*)host_pc); if (block == NULL) {