Changeset 537 for trunk/thune/thune.c
- Timestamp:
- 06/07/08 03:35:15 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thune/thune.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/thune.c
r533 r537 773 773 774 774 case OP_HALT: 775 UR_CALL_OP = OP_HALT; 775 776 EMH_HALT(pc, end) 776 777 goto halt; … … 778 779 case OP_QUIT: 779 780 UR_S_PUSH( *val ); 781 UR_CALL_OP = OP_QUIT; 780 782 goto quit; 781 783 … … 1016 1018 1017 1019 case OP_HALT: 1018 UR_CALL_OP = 0;1020 //UR_CALL_OP = 0; 1019 1021 goto halt; 1020 1022 1021 1023 case OP_QUIT: 1022 UR_CALL_OP = 0;1024 //UR_CALL_OP = 0; 1023 1025 goto quit; 1024 1026
