aboutsummaryrefslogtreecommitdiffstats
path: root/ia64.s
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-15 01:20:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-15 01:20:19 +0000
commit1edeb9a6d12ab2a74efcf7db4498a4603918d7ee (patch)
treee14ba93f9f80c35fa7fd04741fe80363d345ee39 /ia64.s
parent146216ccb40e64d34f28d585b3b2f1328cc8a121 (diff)
downloadruby-1edeb9a6d12ab2a74efcf7db4498a4603918d7ee.tar.gz
fix previous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ia64.s')
-rw-r--r--ia64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia64.s b/ia64.s
index 3865712266..6320922cca 100644
--- a/ia64.s
+++ b/ia64.s
@@ -7,7 +7,7 @@
// void *rb_ia64_bsp(void) { return __builtin_ia64_bsp(); }
//
// Note that rb_ia64_flushrs and rb_ia64_bsp works in its own stack frame.
-// It's because BSP is updated by br.call/brl.call (not alloc instruction)
+// It's because BSP is updated by br.call/brl.call (not alloc instruction).
// So rb_ia64_flushrs flushes stack frames including caller's one.
// rb_ia64_bsp returns the address next to caller's register stack frame.
//