drop instruction for saving memory and time
This commit is contained in:
@@ -371,6 +371,9 @@ void printGroundInstruction(GroundInstruction* gi) {
|
||||
case EXTERN:
|
||||
printf("extern");
|
||||
break;
|
||||
case DROP:
|
||||
printf("drop");
|
||||
break;
|
||||
case CREATELABEL:
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user