|
From: Vitor S. C. <vs...@us...> - 2008-07-16 10:58:53
|
Update of /cvsroot/yap/H In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23835/H Modified Files: YapOpcodes.h Log Message: small fixes Index: YapOpcodes.h =================================================================== RCS file: /cvsroot/yap/H/YapOpcodes.h,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- YapOpcodes.h 25 Mar 2008 22:03:13 -0000 1.44 +++ YapOpcodes.h 16 Jul 2008 10:58:59 -0000 1.45 @@ -13,6 +13,9 @@ * * * Last rev: $Date$ * * $Log$ +* Revision 1.45 2008/07/16 10:58:59 vsc +* small fixes +* * Revision 1.44 2008/03/25 22:03:13 vsc * fix some icc warnings * @@ -250,10 +253,10 @@ OPCODE(call_cpred ,sla), OPCODE(call_usercpred ,sla), OPCODE(call_c_wfail ,sdl), - OPCODE(call_bfunc_xx ,lxx), - OPCODE(call_bfunc_xy ,lxy), - OPCODE(call_bfunc_yx ,lxy), - OPCODE(call_bfunc_yy ,lyy), + OPCODE(call_bfunc_xx ,llxx), + OPCODE(call_bfunc_xy ,llxy), + OPCODE(call_bfunc_yx ,llxy), + OPCODE(call_bfunc_yy ,llyy), OPCODE(cut_t ,e), OPCODE(cut_e ,sla), OPCODE(try_clause ,ld), @@ -286,7 +289,7 @@ OPCODE(switch_on_func ,sssl), OPCODE(go_on_func ,sssl), OPCODE(if_func ,sssl), - OPCODE(if_not_then ,cll), + OPCODE(if_not_then ,clll), OPCODE(index_dbref ,e), OPCODE(index_blob ,e), OPCODE(trust_fail ,e), @@ -311,7 +314,7 @@ OPCODE(write_n_atoms ,sc), OPCODE(unify_n_voids ,os), OPCODE(write_n_voids ,s), - OPCODE(glist_valx ,ss), /* peephole */ + OPCODE(glist_valx ,xx), /* peephole */ OPCODE(glist_valy ,xy), /* peephole */ OPCODE(fcall ,sla), OPCODE(dexecute ,pp), |