> In general this patch looks fair.  But there seems to be a bug here
> about readcr(1|2|...) function and none-64-bit mode.  The signature is
> different for that and this seems not to be reflected in that patch.

It's there, it just isn't as obvious as how it was done in 
intrincs\readcr*.c.

Look at intrin-impl.h.  There are several #if blocks there

- defined(__x86_64__)
- defined(__x86_64__) || (defined(_X86_)
- defined(_X86_)

The readcr* functions appear in both the __x86_64__ and _X86_ blocks 
using different signatures.

dw

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to