Skip to content

Commit

Permalink
imcc loads bytecode too apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed Dec 30, 2010
1 parent e9e296a commit d9c0033
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compilers/imcc/main.c
Expand Up @@ -462,8 +462,6 @@ imcc_run_pbc(PARROT_INTERP, ARGIN_NULLOK(const char *output_file),
IMCC_info(interp, 1, "Running...\n");

/* runs :init functions */
PackFile_fixup_subs(interp, PBC_IMMEDIATE, NULL);
PackFile_fixup_subs(interp, PBC_POSTCOMP, NULL);
PackFile_fixup_subs(interp, PBC_MAIN, NULL);

Parrot_runcode(interp, argc, argv);
Expand Down

0 comments on commit d9c0033

Please sign in to comment.