mirror of https://github.com/FDOS/kernel.git
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:
parent
b3a4a7eda1
commit
6a3380a10a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue