krnl386.exe16: Avoid shift overflows in DMA_ioport_in.

André Hentschel nerv at dawncrow.de
Sun Aug 30 14:02:00 CDT 2015


Am 29.08.2015 um 22:51 schrieb Gerald Pfeifer:
> Use 0xFFu isntead 0xFF to indicate we are looking at an unsigned
> value/constant.
> 
> Gerald
> ---

I think the change in gcc origins in the fact that there are different shift implementations which vary across cpu architecture.
Personally I have ARM in mind which shifts different from x86, so I highly value your work on it.




More information about the wine-patches mailing list