Ticket #281: patch.diff
| File patch.diff, 326 bytes (added by rg, 4 years ago) |
|---|
-
src/runops_cores.c
63 63 { 64 64 ASSERT_ARGS(runops_fast_core) 65 65 while (pc) { 66 CONTEXT(interp)->current_pc = pc; 66 67 DO_OP(pc, interp); 67 68 } 68 69
| File patch.diff, 326 bytes (added by rg, 4 years ago) |
|---|
|
Patch to fix the bug |
| 63 | 63 | { |
|---|---|---|
| 64 | 64 | ASSERT_ARGS(runops_fast_core) |
| 65 | 65 | while (pc) { |
| 66 | CONTEXT(interp)->current_pc = pc; | |
| 66 | 67 | DO_OP(pc, interp); |
| 67 | 68 | } |
| 68 | 69 |
Powered by Trac 0.11.7
By Edgewall Software.
Visit the Parrot open source project at
http://parrot.org/