Skip to content

Commit

Permalink
Don't use VTABLE_getprop in imcc
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Mar 3, 2012
1 parent b7b2470 commit b857157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/imcc/imcc.y
Expand Up @@ -1019,7 +1019,7 @@ do_loadlib(ARGMOD(imc_info_t *imcc), ARGIN(const char *lib))
/* TODO: This is very ugly and heavily nested. Can we avoid this? */
if (!STRING_equal(imcc->interp,
VTABLE_get_string(imcc->interp,
VTABLE_getprop(imcc->interp, lib_pmc,
Parrot_pmc_getprop(imcc->interp, lib_pmc,
Parrot_str_new_constant(imcc->interp, "_type"))),
Parrot_str_new_constant(imcc->interp, "Ops")))
imcc_pbc_add_libdep(imcc, s);
Expand Down

0 comments on commit b857157

Please sign in to comment.