comparison src/cpu/x86/vm/registerMap_x86.cpp @ 20988:658db9861109

include "precompiled.hpp", required by Windows builders.
author Christian Wirth <christian.wirth@oracle.com>
date Thu, 16 Apr 2015 13:15:39 +0200
parents a560c9b81f0f
children
comparison
equal deleted inserted replaced
20987:c8c0944ce10d 20988:658db9861109
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp"
25 #include <runtime/registerMap.hpp> 26 #include <runtime/registerMap.hpp>
26 #include "vmreg_x86.inline.hpp" 27 #include "vmreg_x86.inline.hpp"
27 28
28 address RegisterMap::pd_location(VMReg reg) const { 29 address RegisterMap::pd_location(VMReg reg) const {
29 if (reg->is_XMMRegister()) { 30 if (reg->is_XMMRegister()) {