diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-15 01:20:19 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-15 01:20:19 +0000 |
commit | cccb2d6056d36f47d2f3d1d85e33f0b1b3e9d916 (patch) | |
tree | e14ba93f9f80c35fa7fd04741fe80363d345ee39 | |
parent | 54e1068cc68d13aa3bd0787810d6fe06b6888aad (diff) | |
download | ruby-cccb2d6056d36f47d2f3d1d85e33f0b1b3e9d916.tar.gz ruby-cccb2d6056d36f47d2f3d1d85e33f0b1b3e9d916.tar.xz ruby-cccb2d6056d36f47d2f3d1d85e33f0b1b3e9d916.zip |
fix previous change.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ia64.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. // |