From: bellard Date: Wed, 7 Jul 2004 22:04:21 +0000 (+0000) Subject: suppressed unused function X-Git-Tag: release_0_6_0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e02aa6869e31385381ebadd8770895d8d5b8b3a4;p=thirdparty%2Fqemu.git suppressed unused function git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@986 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 122ec994651..99ed1bd7ab7 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -43,15 +43,6 @@ static inline int32_t s_ext16 (uint16_t value) return *tmp; } -/* 24 to 32 bits */ -static inline int32_t s_ext24 (uint32_t value) -{ - uint16_t utmp = (value >> 8) & 0xFFFF; - int16_t *tmp = &utmp; - - return (*tmp << 8) | (value & 0xFF); -} - #include "config.h" #include