>> sizeof, on the other hand, is determined in units of sizeof >> (char). To be fully general, it shouldn't divide by 8, it should >> divide by TargetInfo.getCharSize(). > > Should we go ahead and do this? Done, thanks, -Chris