printf inside a call file breaks the instruction analysis
authorBernhard Urban <lewurm@gmail.com>
Sun, 9 May 2010 16:09:15 +0000 (18:09 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 9 May 2010 16:09:15 +0000 (18:09 +0200)
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);