x = y >> 6; was failing if x and y were 16-bit ints
authorsdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Aug 2002 04:40:44 +0000 (04:40 +0000)
committersdattalo <sdattalo@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 11 Aug 2002 04:40:44 +0000 (04:40 +0000)
commit4ab9456bc01da32af2aaccf935a9db0e7d5c63f0
treec587a3287576e593f86887da58f1a4863641d0ec
parent2bd7ca3ef6d173c1c7ec13fa5379c556ad80ea2b
x = y >> 6; was failing if x and y were 16-bit ints

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2070 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/pic/gen.c