Skip to content

Commit 205e5e1

Browse files
committed
A little more unboxing. :-)
1 parent edbb70c commit 205e5e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Regex/Match.pir

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ Returns the offset in the target string of the beginning of the match.
113113
.local pmc cur_class
114114
cur_class = get_global '$?CLASS'
115115
$I0 = repr_get_attr_int self, cur_class, '$!from'
116-
$P0 = $I0
117-
.return ($P0)
116+
.return ($I0)
118117
.end
119118

120119

@@ -128,8 +127,7 @@ Returns the offset in the target string of the end of the match.
128127
.local pmc cur_class
129128
cur_class = get_global '$?CLASS'
130129
$I0 = repr_get_attr_int self, cur_class, '$!to'
131-
$P0 = $I0
132-
.return ($P0)
130+
.return ($I0)
133131
.end
134132

135133

0 commit comments

Comments
 (0)