Ticket #281: patch.diff

File patch.diff, 326 bytes (added by rg, 13 years ago)

Patch to fix the bug

  • src/runops_cores.c

     
    6363{ 
    6464    ASSERT_ARGS(runops_fast_core) 
    6565    while (pc) { 
     66        CONTEXT(interp)->current_pc = pc; 
    6667        DO_OP(pc, interp); 
    6768    } 
    6869