VirtualBox

Changeset 15645 in vbox for trunk/src


Ignore:
Timestamp:
Dec 18, 2008 11:55:01 AM (16 years ago)
Author:
vboxsync
Message:

tcg-target.c: restored the todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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