X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Foo_program_example.c;h=7d01b2f700caf15cfb38ce701ac6c2e3c18a03d8;hb=b4eb108c1ed94e9945ef56e7c89ac866594f7cb0;hp=dfdc752e3934144b160dc5afa35d384d0a34a208;hpb=58aa0d5491aa03f6c71a3dec8dc13d2959f3d1bb;p=libfirm diff --git a/testprograms/oo_program_example.c b/testprograms/oo_program_example.c index dfdc752e3..7d01b2f70 100644 --- a/testprograms/oo_program_example.c +++ b/testprograms/oo_program_example.c @@ -147,7 +147,7 @@ main(void) set_store(new_Proj(call, mode_M, 0)); /* Get the result of the procedure: select the result tuple from the call, then the proper result from the tuple. */ - res = new_Proj(new_Proj(call, mode_T, 1), mode_I, 0); + res = new_Proj(new_Proj(call, mode_T, 2), mode_I, 0); /* return the results of procedure main */ {