Israeli country information was referring to Middle East.

Watcom AUX DEFAULT pragma works only for 80386 and above.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1031 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Luchezar Georgiev 2004-09-09 14:06:23 +00:00
parent b3a4a7eda1
commit 6a3380a10a
2 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ unsigned short getSS(void);
#pragma aux getSS = "mov dx,ss" value [dx] modify exact[dx];
/* enable Possible loss of precision warning for compatibility with Borland */
#pragma enable_message(130)
#if !defined(FORSYS) && !defined(EXEFLAT)
#if !defined(FORSYS) && !defined(EXEFLAT) && _M_IX86 >= 300
#pragma aux default parm [ax dx cx] modify [ax dx es fs] /* min.unpacked size */
/* #pragma aux default parm [ax dx] modify [ax bx cx dx es fs]min.packed size */
#endif

View File

@ -92,7 +92,7 @@ __ua dw 12,380,848,0,0
__me dw 12,785,864,0,0
dd _me
__il dw 12,972,862,0,0
dd _me
dd _il
; subfunction headers (so far only for subfunction 1, "CTYINFO")
; (count, size, id, offset)
@ -173,7 +173,7 @@ _ua dw 1,6,1
_me dw 1,6,1
dd me
_il dw 1,6,1
dd me
dd il
%define MDY 0 ; month/day/year
%define DMY 1 ; day/month/year