annotate addon/debug_info_09_Z.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 37840ccb0091
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1004
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
1 // $HeadURL$
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
2 // $Date$
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
3 // $Author$
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
4
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
5 // @author@ <me@teqdruid.com>
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
6 // @date@ 2006-06-18
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
7 // @uri@ news:bug-146-3@http.d.puremagic.com/bugzilla/
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
8
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
9 module /*dstress.*/addon.debug_info_09_Z;
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
10
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
11 template T(){
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
12 void foo(){
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
13 *(cast(char*)0) = 'a';
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
14 }
37840ccb0091 // $HeadURL: svn://127.0.0.1/run/a/asm_neg_01_A.d $
thomask
parents:
diff changeset
15 }