diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-20 01:36:29 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-20 01:36:29 +0000 |
commit | 93b12ccc62debf438f0881898e6be0eeb51e1bdd (patch) | |
tree | e8b26686d267fbe918c60f90614ac2bab8102cdb /target-mips/op.c | |
parent | cfc05abe4c4640a3a83c36a6874815a1514d31e7 (diff) | |
download | qemu-93b12ccc62debf438f0881898e6be0eeb51e1bdd.zip qemu-93b12ccc62debf438f0881898e6be0eeb51e1bdd.tar.gz qemu-93b12ccc62debf438f0881898e6be0eeb51e1bdd.tar.bz2 |
Fix indexed FP load/store instructions.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2837 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op.c')
-rw-r--r-- | target-mips/op.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/op.c b/target-mips/op.c index 8c0c687..9ba0050 100644 --- a/target-mips/op.c +++ b/target-mips/op.c @@ -3,6 +3,7 @@ * * Copyright (c) 2004-2005 Jocelyn Mayer * Copyright (c) 2006 Marius Groeger (FPU operations) + * Copyright (c) 2007 Thiemo Seufer (64-bit FPU support) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |