Skip to content

Commit

Permalink
Updated bindings for mips.
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Sep 3, 2024
1 parent e231289 commit 07b0be1
Show file tree
Hide file tree
Showing 9 changed files with 6,549 additions and 2,541 deletions.
2 changes: 1 addition & 1 deletion bindings/java/capstone/Capstone.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static class ByReference extends _cs_detail implements Structure.ByRefere
public short[] regs_write = new short[20];
public byte regs_write_count;
// list of semantic groups this instruction belongs to.
public byte[] groups = new byte[8];
public byte[] groups = new byte[16];
public byte groups_count;

public UnionArch arch;
Expand Down
3,002 changes: 2,160 additions & 842 deletions bindings/java/capstone/Mips_const.java

Large diffs are not rendered by default.

Loading

0 comments on commit 07b0be1

Please sign in to comment.