Skip to content

Commit

Permalink
fix dead loop under win10 release bin.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatchanghao committed Jan 21, 2019
1 parent 5ad5609 commit 9ab674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rose/program_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ hwlmcb_rv_t flushActiveCombinations(const struct RoseEngine *t,
break; \
}

#define PROGRAM_NEXT_INSTRUCTION_JUMP
#define PROGRAM_NEXT_INSTRUCTION_JUMP continue;
#endif

hwlmcb_rv_t roseRunProgram(const struct RoseEngine *t,
Expand Down

0 comments on commit 9ab674b

Please sign in to comment.