Fix a few issues with Format 35mi

This commit is contained in:
Ben Gruver
2011-11-20 20:15:14 -08:00
parent 9e78b6b021
commit 4d3b3311e1
2 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class Instruction35mi extends Instruction implements FiveRegisterInstruct
}
public Format getFormat() {
return Format.Format35ms;
return Format.Format35mi;
}
public int getRegCount() {