comparison graal/com.oracle.max.asmdis/src/com/sun/max/asm/ia32/IA32BaseRegister32.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
75 75
76 public IA32BaseRegister32 exampleValue() { 76 public IA32BaseRegister32 exampleValue() {
77 return EBX_BASE; 77 return EBX_BASE;
78 } 78 }
79 79
80 public static final Enumerator<IA32BaseRegister32> ENUMERATOR = new Enumerator<IA32BaseRegister32>(IA32BaseRegister32.class); 80 public static final Enumerator<IA32BaseRegister32> ENUMERATOR = new Enumerator<>(IA32BaseRegister32.class);
81 } 81 }