Commit 1a08dc04 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

ppsi update

parent 1c061f05
ppsi @ 674acb42
Subproject commit 3a0780456abd484509c39dfdf2e8a949e1486864
Subproject commit 674acb424471497460366e6f75937c22e181e7f3
......@@ -14,8 +14,8 @@ static int cmd_verbose(const char *args[])
v = args[0][0] - '0';
if (args[0])
pp_global_flags = pp_diag_parse((char *)args[0]);
pp_printf("PPSI verbosity: %08lx\n", pp_global_flags);
pp_global_d_flags = pp_diag_parse((char *)args[0]);
pp_printf("PPSI verbosity: %08lx\n", pp_global_d_flags);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment