Skip to content

Commit

Permalink
Fix UBSan error
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost committed Jan 22, 2017
1 parent dff94ab commit 93bb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlist_sim.c
Expand Up @@ -51,7 +51,7 @@ typedef unsigned long long bitmap_t;
typedef unsigned int bitmap_t;
#define BITMAP_SHIFT 5
#define BITMAP_MASK 31
#define ONE 1
#define ONE 1U
#endif

/* list of nodes that need to be recalculated */
Expand Down

0 comments on commit 93bb291

Please sign in to comment.