]> Git Repo - qemu.git/commit - target-arm/neon_helper.c
target-arm: Don't overuse CPUState
authorAndreas Färber <[email protected]>
Wed, 14 Mar 2012 00:38:21 +0000 (01:38 +0100)
committerAndreas Färber <[email protected]>
Wed, 14 Mar 2012 21:20:24 +0000 (22:20 +0100)
commit0ecb72a58838d8a0d4edcad7db674d39bfd2e9bc
treecc1c416517ff9f67d80a9cae20e8cfefaf354fcb
parent4d5712f19b464cce8a3fdfad055f3d5833bd0d08
target-arm: Don't overuse CPUState

Scripted conversion:
  sed -i "s/CPUState/CPUARMState/g" target-arm/*.[hc]
  sed -i "s/#define CPUARMState/#define CPUState/" target-arm/cpu.h

Signed-off-by: Andreas Färber <[email protected]>
Acked-by: Anthony Liguori <[email protected]>
Acked-by: Peter Maydell <[email protected]>
target-arm/cpu.h
target-arm/helper.c
target-arm/iwmmxt_helper.c
target-arm/neon_helper.c
target-arm/op_helper.c
target-arm/translate.c
This page took 0.027552 seconds and 4 git commands to generate.