Skip to content

Commit

Permalink
Updated according to 66a50bc
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Jun 16, 2024
1 parent a62c795 commit 8b81353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libjas/mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
*/

#include "mode.h"
#include "instruction.h"
#include <stdbool.h>

bool mode_valid(const enum modes mode, const instr_support_t support) {
bool mode_valid(const enum modes mode, const mode_support_t support) {
/**
* @brief
* Checks is the position (or `mode`) is set in the 8-bit integer
Expand Down

0 comments on commit 8b81353

Please sign in to comment.