Skip to content

Commit

Permalink
Added pointer to make decs compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 1, 2023
1 parent c5f8d2d commit 2c4cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libjas/include/codegen.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef union {
* in the codegen function pointer array.
*/

typedef jasErrorCode_t (*jasInstructionEncoderPointerArray_t[])(jasOperand_t, jasOperand_t, jasOperand_t, jasOperand_t, jasInstance_t);
typedef jasErrorCode_t (*jasInstructionEncoderPointerArray_t[])(jasOperand_t, jasOperand_t, jasOperand_t, jasOperand_t, jasInstance_t *);

/**
* @author cheng-alvin
Expand Down

0 comments on commit 2c4cbfd

Please sign in to comment.