From e02aa6869e31385381ebadd8770895d8d5b8b3a4 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 7 Jul 2004 22:04:21 +0000 Subject: suppressed unused function git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@986 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/cpu.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 122ec99465..99ed1bd7ab 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 -- cgit v1.2.1