Skip to content

Commit

Permalink
Fixed syntax errors and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Dec 1, 2023
1 parent 52f8395 commit 5f781eb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions libjas/include/codegen.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <stdint.h>

typdef union {
uint8_t u8;
uint16_t u16;
uint32_t u32;
uint64_t u64;
} jasOperand_t

typedef union {
uint8_t u8;
uint16_t u16;
uint32_t u32;
uint64_t u64;
} jasOperand_t;

0 comments on commit 5f781eb

Please sign in to comment.