diff dmd/mtype.h @ 723:55f6c2e454d7

Implemented correct parameter order according to x86-32 ABI documentation. Changed AA types to just a void* .
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 25 Oct 2008 06:03:28 +0200
parents e177ae483f8e
children f04dde6e882c
line wrap: on
line diff
--- a/dmd/mtype.h	Thu Oct 23 19:42:55 2008 +0200
+++ b/dmd/mtype.h	Sat Oct 25 06:03:28 2008 +0200
@@ -440,6 +440,9 @@
     bool usesNest;
     unsigned retAttrs;
     unsigned thisAttrs; // also used for nest
+
+    bool reverseParams;
+    size_t reverseIndex;
 };
 
 struct TypeDelegate : Type