comparison src/share/vm/graal/graalCodeInstaller.cpp @ 7772:62bcf515831d

Fix warning that breaks windows build.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 11 Feb 2013 17:41:33 +0100
parents 9f8bf17b2d33
children 5aa05e6f9dee
comparison
equal deleted inserted replaced
7771:f10843a2d961 7772:62bcf515831d
61 if (remainder < XMMRegisterImpl::number_of_registers) { 61 if (remainder < XMMRegisterImpl::number_of_registers) {
62 return as_XMMRegister(remainder)->as_VMReg(); 62 return as_XMMRegister(remainder)->as_VMReg();
63 } 63 }
64 #endif 64 #endif
65 ShouldNotReachHere(); 65 ShouldNotReachHere();
66 return NULL;
66 } 67 }
67 } 68 }
68 69
69 const int MapWordBits = 64; 70 const int MapWordBits = 64;
70 71