diff options
| author | 2016-04-14 00:44:15 +0300 | |
|---|---|---|
| committer | 2016-04-14 00:44:56 +0300 | |
| commit | 2c70bf1e92aedce1fc029693760b0dcca58bf6c3 (patch) | |
| tree | a658f9adc3c6d9a567bf95a5bfc4535337e1d2c1 /src/devices/cpu/drcbex64.cpp | |
| parent | af570db2d03fcdddcae52a7aa637e1f5c9b37b5d (diff) | |
drcbex64: map F0-F3 to SSE registers (nw)
Diffstat (limited to 'src/devices/cpu/drcbex64.cpp')
| -rw-r--r-- | src/devices/cpu/drcbex64.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbex64.cpp b/src/devices/cpu/drcbex64.cpp index 096dc2cbf5c..3a5b51b18bd 100644 --- a/src/devices/cpu/drcbex64.cpp +++ b/src/devices/cpu/drcbex64.cpp @@ -263,7 +263,7 @@ static const UINT8 int_register_map[REG_I_COUNT] = static UINT8 float_register_map[REG_F_COUNT] = { - 0 + REG_XMM6, REG_XMM7, REG_XMM8, REG_XMM9 }; // condition mapping table |
