diff options
| author | sasaki takeru <[email protected]> | 2014-05-02 11:05:31 +0900 |
|---|---|---|
| committer | sasaki takeru <[email protected]> | 2014-05-02 11:05:31 +0900 |
| commit | bf214c4913b76039b9f146eeb2c011a0a5f99f3b (patch) | |
| tree | 100e572bfbef83a06aaa0817905e3c283495776a /src/vm.c | |
| parent | ad7020f32a47cc521494068da2c2586df7da2488 (diff) | |
| download | mruby-bf214c4913b76039b9f146eeb2c011a0a5f99f3b.tar.gz mruby-bf214c4913b76039b9f146eeb2c011a0a5f99f3b.zip | |
goto STOP if ridx==0
Diffstat (limited to 'src/vm.c')
| -rw-r--r-- | src/vm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1408,6 +1408,7 @@ RETRY_TRY_BLOCK: } } L_RESCUE: + if (ci->ridx == 0) goto L_STOP; proc = ci->proc; irep = proc->body.irep; pool = irep->pool; |
