示例#1
0
 public static bool operator >=(InstructionPtr p1, InstructionPtr p2)
 {
     Lua.Assert(p1.codes == p2.codes);
     return(p1.pc > p2.pc);
 }