From: Bernhard Urban Date: Sun, 9 May 2010 16:09:15 +0000 (+0200) Subject: printf inside a call file breaks the instruction analysis X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=commitdiff_plain;h=1816cfc8c37854e0c2f1c95052e3d96a72e534f1;ds=sidebyside printf inside a call file breaks the instruction analysis --- diff --git a/codea/lewurm_11.call b/codea/lewurm_11.call index e3d8383..8a6475f 100644 --- a/codea/lewurm_11.call +++ b/codea/lewurm_11.call @@ -1,4 +1,3 @@ long w(long); static long s[] = {5,1,1337}; -printf("addr of s: %0p\n", s); RET(w(0xcafebabe) == 1337);