comparison graal/com.oracle.max.asmdis/src/com/sun/max/asm/gen/cisc/amd64/AMD64TemplateCreator.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
28 /** 28 /**
29 */ 29 */
30 public class AMD64TemplateCreator extends X86TemplateCreator<AMD64Template> { 30 public class AMD64TemplateCreator extends X86TemplateCreator<AMD64Template> {
31 31
32 public AMD64TemplateCreator() { 32 public AMD64TemplateCreator() {
33 super(AMD64Assembly.ASSEMBLY, WordWidth.BITS_64); 33 super(WordWidth.BITS_64);
34 } 34 }
35 35
36 @Override 36 @Override
37 protected AMD64Template createTemplate(X86InstructionDescription instructionDescription, int serial, InstructionAssessment instructionFamily, X86TemplateContext context) { 37 protected AMD64Template createTemplate(X86InstructionDescription instructionDescription, int serial, InstructionAssessment instructionFamily, X86TemplateContext context) {
38 return new AMD64Template(instructionDescription, serial, instructionFamily, context); 38 return new AMD64Template(instructionDescription, serial, instructionFamily, context);