Skip to content

Commit

Permalink
Added TOOD for new unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 30, 2023
1 parent d86b60b commit bdc2037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libjas/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <stdlib.h>

// TODO Maybe rename WRITE_IF_BREAKS() macro (this name sounds absolutely awful))
// TODO create new unit tests for `adc`

jasErrorCode_t adc(jasTaggedOperand_t op1, jasTaggedOperand_t op2, jasTaggedOperand_t op3, jasTaggedOperand_t op4, jasInstance_t *instance) {
if (jasCheckIfHighRegistersAreValidUnderRexPrefix(op1, op2))
Expand Down

0 comments on commit bdc2037

Please sign in to comment.