mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
re-apply r60755
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4a60751900
commit
51716c331f
1 changed files with 1 additions and 0 deletions
|
@ -2501,6 +2501,7 @@ match_at(regex_t* reg, const UChar* str, const UChar* end,
|
||||||
CASE(OP_MEMORY_START) MOP_IN(OP_MEMORY_START);
|
CASE(OP_MEMORY_START) MOP_IN(OP_MEMORY_START);
|
||||||
GET_MEMNUM_INC(mem, p);
|
GET_MEMNUM_INC(mem, p);
|
||||||
mem_start_stk[mem] = (OnigStackIndex )((void* )s);
|
mem_start_stk[mem] = (OnigStackIndex )((void* )s);
|
||||||
|
mem_end_stk[mem] = INVALID_STACK_INDEX;
|
||||||
MOP_OUT;
|
MOP_OUT;
|
||||||
JUMP;
|
JUMP;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue