Implemented correct parameter order according to x86-32 ABI documentation.

Changed AA types to just a void* .
This commit is contained in:
Tomas Lindquist Olsen
2008-10-25 06:03:28 +02:00
parent 5ed0ab3ab8
commit 3c3a5dda14
10 changed files with 199 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ void main()
real r;
printf("Enter real: ");
//scanf("%lf", &d);
//scanf("%llf", &r);
r = 3.2311167891231231234754764576;
version(X86)
{