printf inside a call file breaks the instruction analysis
[testub10.git] / codea / lewurm_11.call
index e3d8383bd6043896be3215b07863a40c121357e4..8a6475f76c1df968b89217fbb0b099e88247a695 100644 (file)
@@ -1,4 +1,3 @@
 long w(long);
 static long s[] = {5,1,1337};
-printf("addr of s: %0p\n", s);
 RET(w(0xcafebabe) == 1337);