src/share/vm/c1/c1_LIR.cpp

changeset 464
d5fc211aea19
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/c1/c1_LIR.cpp	Fri Feb 22 17:55:13 2008 -0800
     1.2 +++ b/src/share/vm/c1/c1_LIR.cpp	Mon Feb 25 15:05:44 2008 -0800
     1.3 @@ -105,7 +105,7 @@
     1.4  
     1.5  
     1.6  LIR_Address::Scale LIR_Address::scale(BasicType type) {
     1.7 -  int elem_size = type2aelembytes[type];
     1.8 +  int elem_size = type2aelembytes(type);
     1.9    switch (elem_size) {
    1.10    case 1: return LIR_Address::times_1;
    1.11    case 2: return LIR_Address::times_2;

mercurial