Skip to content
Snippets Groups Projects
Verified Commit 66dcb59d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: Bytecode: fix FSTPG3_::get_lag()

It would return an incorrect result. This had no impact except for debugging
information.
parent 3c7b02e8
Branches
No related tags found
No related merge requests found
......@@ -446,7 +446,7 @@ public:
int
get_lag()
{
return arg2;
return arg3;
};
int
get_col_pos()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment