Skip to content

Commit

Permalink
think_gen: fix hang regression on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Nov 10, 2023
1 parent 2715eed commit 5f64804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdpp/thunk_gen/thunk_gen.y
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ arg: adecls STRING arr
int main(int argc, char *argv[])
{
const char *optstr = "dp:a:";
char c;
int c;
yydebug = 0;

while ((c = getopt(argc, argv, optstr)) != -1) {
Expand Down

0 comments on commit 5f64804

Please sign in to comment.