Fixing more x64 stuff.

This commit is contained in:
Ben Vanik
2014-02-10 23:48:41 -08:00
parent 74c9df6697
commit b2f886be98
4 changed files with 29 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ const uint32_t X64Emitter::gpr_reg_map_[X64Emitter::GPR_COUNT] = {
};
const uint32_t X64Emitter::xmm_reg_map_[X64Emitter::XMM_COUNT] = {
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
};