removed printf
This commit is contained in:
parent
5ce88603df
commit
1978818cf7
@ -179,7 +179,7 @@ CodeValue(ds, tp)
|
||||
C_loi(size);
|
||||
break;
|
||||
}
|
||||
printf("(CodeValue) : not properly");
|
||||
crash("(CodeValue)");
|
||||
break;
|
||||
|
||||
case DSG_INDEXED:
|
||||
@ -224,7 +224,7 @@ CodeStore(ds, tp)
|
||||
C_sti(size);
|
||||
break;
|
||||
}
|
||||
printf("(CodeStore) : not properly");
|
||||
crash("(CodeStore)");
|
||||
break;
|
||||
|
||||
case DSG_INDEXED:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user