annotate run/i/import_11_B.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents 902d2c168029
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
718
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
1 // $HeadURL$
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
2 // $Date$
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
3 // $Author$
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
4
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
5 // @author@ Stewart Gordon <smjg_1998@yahoo.com>
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
6 // @date@ 2005-10-26
760
463cd9c403e9 fixed @uri@ entries
thomask
parents: 718
diff changeset
7 // @uri@ news:djnicb$1a5t$1@digitaldaemon.com
1380
902d2c168029 updates for DMD-1.007
thomask
parents: 760
diff changeset
8 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=714
718
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
9
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
10 // __DSTRESS_DFLAGS__ run/i/import_11_A.d
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
11
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
12 module /*dstress.*/run.i.import_11_B;
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
13 import /*dstress.*/run.i.import_11_A;
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
14
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
15 enum Enum {
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
16 A = -1,
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
17 B = 2
f7eb9ff67f0b Stewart Gordon <smjg_1998@yahoo.com>
thomask
parents:
diff changeset
18 }