]> git.proxmox.com Git - qemu.git/commit - target-i386/helper.c
new directory structure
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 30 Sep 2003 20:34:21 +0000 (20:34 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 30 Sep 2003 20:34:21 +0000 (20:34 +0000)
commit2c0262afa75d7d6cb68217f9a7587170ed3cd5b3
tree4f8130ebaf041129d5aabede251eb87f3a1fa559
parent196ad10903ee4c2148f296600f537d7028ea845d
new directory structure

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@385 c046a42c-6fe2-441c-8c8c-71466251a162
19 files changed:
linux-user/arm/syscall.h [new file with mode: 0644]
linux-user/arm/syscall_nr.h [new file with mode: 0644]
linux-user/i386/syscall.h [new file with mode: 0644]
linux-user/i386/syscall_nr.h [new file with mode: 0644]
target-arm/cpu.h [new file with mode: 0644]
target-arm/exec.h [new file with mode: 0644]
target-arm/op.c [new file with mode: 0644]
target-arm/op_template.h [new file with mode: 0644]
target-arm/translate.c [new file with mode: 0644]
target-i386/cpu.h [new file with mode: 0644]
target-i386/exec.h [new file with mode: 0644]
target-i386/helper.c [new file with mode: 0644]
target-i386/helper2.c [new file with mode: 0644]
target-i386/op.c [new file with mode: 0644]
target-i386/opreg_template.h [new file with mode: 0644]
target-i386/ops_mem.h [new file with mode: 0644]
target-i386/ops_template.h [new file with mode: 0644]
target-i386/ops_template_mem.h [new file with mode: 0644]
target-i386/translate.c [new file with mode: 0644]