Hello,
warning: ../port/devaoe.c:540 non-interruptable temporary
Line 540:
ah->lba0 = lba = f->lba;f->lba and lba are vlongs, ah->lba0 is a uchar.
What is the compiler warning me against? I'm guessing something about being interruptible in the middle of accessing the vlong?
Cheers,
Sam
