Skip to content
Prev Previous commit
Next Next commit
sq
  • Loading branch information
Prashanth Govindarajan committed Jul 14, 2021
commit 4f6bdd49b23fe2d3f094855116be35fa82fcc346
Original file line number Diff line number Diff line change
Expand Up @@ -4277,7 +4277,7 @@ private void GenerateOneCode()
Ldloc(_maxBacktrackPositionLocal!);
Ldc(-1);
BeqFar(_backtrack);
Ldloc(_runtextposLocal);
Ldloc(_runtextposLocal!);
Ldloc(_maxBacktrackPositionLocal!);
BleFar(_backtrack);
// runtextpos = _maxBacktrackPosition;
Expand Down Expand Up @@ -4659,7 +4659,7 @@ private void GenerateOneCode()
using RentedLocalBuilder lenLocal = RentInt32Local();
using RentedLocalBuilder iLocal = RentInt32Local();
using RentedLocalBuilder tempMaxBacktrackPositionLocal = RentInt32Local();
Ldloc(_runtextposLocal);
Ldloc(_runtextposLocal!);
Stloc(tempMaxBacktrackPositionLocal);

if (!IsRightToLeft())
Expand Down