diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-10-30 18:16:26 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-10-30 18:16:26 +0000 |
commit | a9049a07bbeabe118c97d40e638958a946436b6f (patch) | |
tree | ebbacb59638285aba375fc4d65645a56cd7ec65d /target-arm/exec.h | |
parent | bb3911a609084dc1c0c72fc25884ef712066bec9 (diff) | |
download | qemu-a9049a07bbeabe118c97d40e638958a946436b6f.tar.gz qemu-a9049a07bbeabe118c97d40e638958a946436b6f.tar.bz2 qemu-a9049a07bbeabe118c97d40e638958a946436b6f.zip |
moved common softmmu code to common header (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1580 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r-- | target-arm/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index 64fce71537..e4ea93f959 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -75,3 +75,4 @@ void do_vfp_cmpes(void); void do_vfp_cmped(void); void do_vfp_set_fpscr(void); void do_vfp_get_fpscr(void); + |