Revision 745cacc7 translate-all.c

b/translate-all.c
241 241
        if (npc == 1) {
242 242
            /* dynamic NPC: already stored */
243 243
        } else if (npc == 2) {
244
            target_ulong t2 = (target_ulong)puc;
244
            target_ulong t2 = (target_ulong)(unsigned long)puc;
245 245
            /* jump PC: use T2 and the jump targets of the translation */
246 246
            if (t2)
247 247
                env->npc = gen_opc_jump_pc[0];

Also available in: Unified diff