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-cris | |
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-cris')
-rw-r--r-- | target-cris/op_helper.c | 1 | ||||
-rw-r--r-- | target-cris/translate.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index 2e280f3b62..edfaf41a8c 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -19,7 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA */ -#include <assert.h> #include "exec.h" #include "mmu.h" #include "helper.h" diff --git a/target-cris/translate.c b/target-cris/translate.c index b3d0a19edb..6a442813ab 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -29,7 +29,6 @@ #include <stdio.h> #include <string.h> #include <inttypes.h> -#include <assert.h> #include "cpu.h" #include "exec-all.h" |