Skip to content

Commit

Permalink
README.ja.md: fix markup miss. [ci skip]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Jun 10, 2015
1 parent 1781c4c commit 258c1ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Jun 10 21:59:51 2015 Kazuhiro NISHIYAMA <[email protected]>

* README.ja.md: fix markup miss.

Wed Jun 10 11:06:25 2015 Nobuyoshi Nakada <[email protected]>

* template/fake.rb.in: turn into erb template from autoconf
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ UNIXであれば `configure` がほとんどの差異を吸収してくれるは
のアーキテクチャが`setjmp()`または`getcontext()`によって全てのレジスタを `jmp_buf``ucontext_t`
に格納することと, `jmp_buf``ucontext_t` とスタックが32bitアラインメントされていることを仮定
しています.特に前者が成立しない場合の対応は非常に困難でしょう. 後者の解決は比較的簡単で, `gc.c` でスタックをマークしている
部分にアラインメントのバイト数だけずらしてマークするコードを追加するだけで済みます.`defined(_\*mc68000*\_)`で括られてい
部分にアラインメントのバイト数だけずらしてマークするコードを追加するだけで済みます.`defined(__mc68000__)`で括られてい
る部分を参考にしてください.

レジスタウィンドウを持つCPUでは,レジスタウィンドウをスタックにフラッシュするアセンブラコードを追加する必要があるかもしれません.
Expand Down

0 comments on commit 258c1ba

Please sign in to comment.