VirtualBox

Ignore:
Timestamp:
Aug 5, 2012 4:26:25 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79786
Message:

REM: Initial changes to make it work (seemingly) with MinGW-w64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/translate.c

    r40360 r42601  
    24802480        tcg_gen_goto_tb(tb_num);
    24812481        gen_jmp_im(eip);
    2482         tcg_gen_exit_tb((long)tb + tb_num);
     2482        tcg_gen_exit_tb((intptr_t)tb + tb_num);
    24832483    } else {
    24842484        /* jump to another page: currently not optimized */
     
    83648364
    83658365void gen_pc_load(CPUState *env, TranslationBlock *tb,
    8366                 unsigned long searched_pc, int pc_pos, void *puc)
     8366                 uintptr_t searched_pc, int pc_pos, void *puc)
    83678367{
    83688368    int cc_op;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette