Big endian bustage fix from bug 336575

This commit is contained in:
smontagu%smontagu.org 2006-08-07 08:25:06 +00:00
parent 848316fb3c
commit d412ccddfd

View File

@ -52,7 +52,7 @@
#else
#define ShiftInCell(sub,len,min,max) \
PACK(sub,len), PACK(min, max)
#define ShiftOutCell(sub,len,min,max,minh,minl,maxh,maxl) \
#define ShiftOutCell(sub,len,minh,minl,maxh,maxl) \
PACK(sub,len), PACK(minh,minl), PACK(maxh,maxl)
#endif