Skip to content

Commit

Permalink
Increase number of state packets since 8 are to little and break rz-t…
Browse files Browse the repository at this point in the history
…racetest.
  • Loading branch information
Rot127 committed Oct 26, 2023
1 parent c6d7d0a commit 4c6f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handwritten/hexagon_h/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define HEX_INVALID_INSN_F 0xffffffff

#define MAX_CONST_EXT 512
#define HEXAGON_STATE_PKTS 8
#define HEXAGON_STATE_PKTS 64
#define ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0]))

#define ALIAS2OP(alias, is_new) hex_alias_to_op(alias, is_new)
Expand Down

0 comments on commit 4c6f1d7

Please sign in to comment.