java: fix Sparc to get correct CsSparc fields

This commit is contained in:
Nguyen Anh Quynh 2014-03-23 10:47:33 +08:00
parent cf2f9e1c17
commit 4321468245

View File

@ -73,7 +73,7 @@ public class Sparc {
@Override
public List getFieldOrder() {
return Arrays.asList("bc", "bh", "update_cr0", "op_count", "op");
return Arrays.asList("cc", "hint", "op_count", "op");
}
}