Ticket #1266: context-void.patch

File context-void.patch, 392 bytes (added by doughera, 12 years ago)
  • src/call/context.c

    old new  
    494494        ARGIN(const INTVAL *number_regs_used)) 
    495495{ 
    496496    ASSERT_ARGS(Parrot_pcc_allocate_registers) 
    497     return allocate_registers(interp, pmcctx, number_regs_used); 
     497    allocate_registers(interp, pmcctx, number_regs_used); 
    498498} 
    499499 
    500500