Commit c32034f6 authored by Jeff Garzik's avatar Jeff Garzik

Fix IO API breakage: Make inl() return unsigned int on x86 again.

parent 5fe41502
......@@ -370,6 +370,6 @@ static inline void ins##bwl(int port, void *addr, unsigned long count) { \
BUILDIO(b,b,char)
BUILDIO(w,w,short)
BUILDIO(l,,long)
BUILDIO(l,,int)
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment