diff options
author | Paul Brook | 2009-05-13 21:51:49 +0200 |
---|---|---|
committer | Paul Brook | 2009-05-13 21:54:26 +0200 |
commit | 55616505876d6683130076b810a27c7889321560 (patch) | |
tree | 1502d1a54571042bdab817899830a7b91dc8b62e /target-sparc/helper.c | |
parent | Replace gcc variadic macro extension with C99 version (missed one) (diff) | |
download | qemu-55616505876d6683130076b810a27c7889321560.tar.gz qemu-55616505876d6683130076b810a27c7889321560.tar.xz qemu-55616505876d6683130076b810a27c7889321560.zip |
Include assert.h from qemu-common.h
Include assert.h from qemu-common.h and remove other direct uses.
cpu-all.h still need to include it because of the dyngen-exec.h hacks
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'target-sparc/helper.c')
-rw-r--r-- | target-sparc/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index 8ad82a9456..2f41418c85 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -23,7 +23,6 @@ #include <string.h> #include <inttypes.h> #include <signal.h> -#include <assert.h> #include "cpu.h" #include "exec-all.h" |