diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-15 01:41:40 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-15 01:41:40 +0000 |
commit | dd523215af505c1f80997fd71d3afdc2e62aac92 (patch) | |
tree | 82c5de76324a058763c1a77b20b15fef1660496a /ia64.s | |
parent | 3c883bdd1700f23da29fd8f534ee366855c0a6a5 (diff) | |
download | ruby-dd523215af505c1f80997fd71d3afdc2e62aac92.tar.gz |
add reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ia64.s')
-rw-r--r-- | ia64.s | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ // So rb_ia64_flushrs flushes stack frames including caller's one. // rb_ia64_bsp returns the address next to caller's register stack frame. // +// See also +// Intel Itanium Architecture Software Developer's Manual +// Volume 2: System Architecture. +// .file "ia64.c" .text .align 16 |