VirtualBox

vbox的更動 15645 路徑 trunk/src/recompiler_new


忽略:
時間撮記:
2008-12-18 上午11:55:01 (16 年 以前)
作者:
vboxsync
訊息:

tcg-target.c: restored the todo.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler_new/tcg/i386/tcg-target.c

    r15376 r15645  
    621621    Assert(!useReg2 || (val_reg2 != TCG_REG_EDX));
    622622    /* mov val_reg, %edx */
    623     tcg_out_mov(s, TCG_REG_EDX, val_reg);   
     623    tcg_out_mov(s, TCG_REG_EDX, val_reg);
    624624    if (useReg2)
    625625        tcg_out_mov(s, TCG_REG_ECX, val_reg2);
     
    878878#ifdef VBOX
    879879# ifdef RT_OS_DARWIN
    880     int bias1 = 12, bias2 = 8, bias3 = 4;
     880    int bias1 = 12, bias3 = 4;/** @todo TCG_TARGET_STACK_ALIGN. */
    881881# else
    882     int bias1 = 0, bias2 = 0, bias3 = 0;
     882    int bias1 = 0, bias3 = 0;
    883883# endif
    884884#endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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