From 0d0266a53b4c80ab08c093c36bb3a7bbb29cc3e5 Mon Sep 17 00:00:00 2001 From: aliguori Date: Thu, 5 Feb 2009 22:06:11 +0000 Subject: targets: remove error handling from qemu_malloc() callers (Avi Kivity) Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6530 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sh4/translate.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-sh4') diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 6c9dff591a..80ea851116 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -277,8 +277,6 @@ CPUSH4State *cpu_sh4_init(const char *cpu_model) if (!def) return NULL; env = qemu_mallocz(sizeof(CPUSH4State)); - if (!env) - return NULL; env->features = def->features; cpu_exec_init(env); sh4_translate_init(); -- cgit v1.2.1