From 1816cfc8c37854e0c2f1c95052e3d96a72e534f1 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Sun, 9 May 2010 18:09:15 +0200 Subject: [PATCH] printf inside a call file breaks the instruction analysis --- codea/lewurm_11.call | 1 - 1 file changed, 1 deletion(-) 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); -- 2.25.1