raaahhhhhh
This commit is contained in:
@ -349,6 +349,11 @@ int label_gen(){
|
||||
}
|
||||
|
||||
void emit_as_file(FILE * out_file, Instruction * i){
|
||||
if (out_file == NULL){
|
||||
fprintf(stderr, "Error: output file is NULL\n");
|
||||
return;
|
||||
}
|
||||
|
||||
if(i == NULL){
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user