Instruction3rmi should use Format3rmi, not Format3rms

This commit is contained in:
Ben Gruver
2012-03-10 20:16:57 -08:00
parent 8ca89226fa
commit 1acfb0ef18

View File

@ -84,7 +84,7 @@ public class Instruction3rmi extends Instruction implements RegisterRangeInstruc
}
public Format getFormat() {
return Format.Format3rms;
return Format.Format3rmi;
}
public int getRegCount() {