[Freedos-kernel] #pragma in UNSTABLE breaks compilation with OpenWatcom 1.2

2004-09-09 Thread Eduardo Casino
Hi! This is the offending line: portab.h, line 127: #pragma aux default parm [ax dx cx] modify [ax dx es fs] /* min.unpacked size */ And this is the error message: c:\wc\binw\wcc @wc.cfg -Ic:\wc\h -DWITHFAT32 dsk.c DOS/4GW Protected Mode Run-time Version 1.97 Copyright (c) Rational Systems,

Re: [Freedos-kernel] #pragma in UNSTABLE breaks compilation with OpenWatcom 1.2

2004-09-09 Thread Luchezar Georgiev
#pragma aux default parm [ax dx cx] modify [ax dx es fs] Thanks, Eduardo - Jeremy already noted these errors on CPU 386 this and today I fixed it in the CVS by applying it only for an 80386. The pragma was suggested by Bart. I don't understand how it works but it does decrease kernel size