summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8975.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-12-12 07:48:01 +0000
committerJens Arnold <amiconn@rockbox.org>2008-12-12 07:48:01 +0000
commit0ad97d13fc52b28de566dc0ddaf7245583eec2cc (patch)
tree7b91b56ddbaf2f55133c15aabdd65ab102be0af4 /firmware/drivers/audio/wm8975.c
parentc99ad8f2b47277d01474095203d531a04269d37e (diff)
downloadrockbox-0ad97d13fc52b28de566dc0ddaf7245583eec2cc.tar.gz
rockbox-0ad97d13fc52b28de566dc0ddaf7245583eec2cc.zip
Reclaim a bit of binsize on hdd based archoses by making the bit test unsigned. On SH1, gcc optimizes this by using a right shift, and a signed '1' made it use an arithmetic right-shift-by-n, which is a libgcc function on SH1. This was the only place in the core using it. No effect on other architectures.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/audio/wm8975.c')
0 files changed, 0 insertions, 0 deletions