[kgtp] r958 committed - Adding actionx

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Sun, 04 Mar 2012 07:21:45 +0000

Revision: 958
Author:   teawater
Date:     Sat Mar  3 23:20:48 2012
Log:      Adding actionx

http://code.google.com/p/kgtp/source/detail?r=958

Modified:
 /branches/actionx/gtp.c

=======================================
--- /branches/actionx/gtp.c     Sat Mar  3 23:00:28 2012
+++ /branches/actionx/gtp.c     Sat Mar  3 23:20:48 2012
@@ -4922,6 +4922,9 @@

                /* if_goto */
                case 0x20:
+               case op_check_if_goto:
+                       ebuf[pc - 1] = op_check_if_goto;
+
                        if (pc + 1 >= ae->u.exp.size)
                                goto release_out;


Other related posts:

  • » [kgtp] r958 committed - Adding actionx - kgtp