We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbb70c commit 205e5e1Copy full SHA for 205e5e1
src/Regex/Match.pir
@@ -113,8 +113,7 @@ Returns the offset in the target string of the beginning of the match.
113
.local pmc cur_class
114
cur_class = get_global '$?CLASS'
115
$I0 = repr_get_attr_int self, cur_class, '$!from'
116
- $P0 = $I0
117
- .return ($P0)
+ .return ($I0)
118
.end
119
120
@@ -128,8 +127,7 @@ Returns the offset in the target string of the end of the match.
128
127
129
130
$I0 = repr_get_attr_int self, cur_class, '$!to'
131
132
133
134
135
0 commit comments