comparison graal/com.oracle.max.asmdis/src/com/sun/max/asm/amd64/AMD64IndexRegister64.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
90 90
91 public AMD64IndexRegister64 exampleValue() { 91 public AMD64IndexRegister64 exampleValue() {
92 return RSI_INDEX; 92 return RSI_INDEX;
93 } 93 }
94 94
95 public static final Enumerator<AMD64IndexRegister64> ENUMERATOR = new Enumerator<AMD64IndexRegister64>(AMD64IndexRegister64.class); 95 public static final Enumerator<AMD64IndexRegister64> ENUMERATOR = new Enumerator<>(AMD64IndexRegister64.class);
96 } 96 }