1. 27 8月, 2012 1 次提交
    • P
      tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code · 9716ef3b
      Peter Maydell 提交于
      The CONFIG_TCG_PASS_AREG0 code for calling ld/st helpers was
      broken in that it did not respect the ABI requirement that 64
      bit values were passed in even-odd register pairs. The simplest
      way to fix this is to implement some new utility functions
      for marshalling function arguments into the correct registers
      and stack, so that the code which sets up the address and
      data arguments does not need to care whether there has been
      a preceding env argument.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      9716ef3b
  2. 24 8月, 2012 10 次提交
  3. 23 8月, 2012 9 次提交
  4. 22 8月, 2012 20 次提交