Minor changes for FP ... MIPS now works for floating-point programs...
authorKorey Sewell <ksewell@umich.edu>
Sun, 7 May 2006 18:09:19 +0000 (14:09 -0400)
committerKorey Sewell <ksewell@umich.edu>
Sun, 7 May 2006 18:09:19 +0000 (14:09 -0400)
commit0930024b886e9102ba73c8e15a81d1e253ff141b
tree6e5fe5c5d54dd0fdc18d80400b83d5046ba23d9a
parenta7565418d297043bf28fa8d9e1efaabb5c4faf07
Minor changes for FP ...  MIPS now works for floating-point programs...
Now we are to the point where more benchmarks and instruction-coverage
is necessary to totally verify/validate correct operation across
all MIPS instructions

arch/mips/isa_traits.hh:
    fix for reading double values ... must rearrange bits before using void* to read double.
configs/test/hello_mips:
    real hello world MIPS binary

--HG--
extra : convert_revision : 153de1f8a830882c6972bd0bdb56da818f614def
arch/mips/isa_traits.hh
configs/test/hello_mips