mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-15 17:38:36 +00:00
java: fix Sparc to get correct CsSparc fields
This commit is contained in:
parent
cf2f9e1c17
commit
4321468245
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user