annotate addon/bug_20050903_X.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 35c50493907e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
649
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
1 module addon.bug_20050903_X;
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
2
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
3 import addon.bug_20050903_Y;
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
4
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
5 void ulongToString(){
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
6 Vector!(wchar) result;
35c50493907e Stewart Gordon <Stewart_member@pathlink.com>
thomask
parents:
diff changeset
7 }