diff options
Diffstat (limited to 'docs/devel/tcg.rst')
-rw-r--r-- | docs/devel/tcg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/tcg.rst b/docs/devel/tcg.rst index a65fb7b..136a7a0 100644 --- a/docs/devel/tcg.rst +++ b/docs/devel/tcg.rst @@ -9,7 +9,7 @@ which make it relatively easily portable and simple while achieving good performances. QEMU's dynamic translation backend is called TCG, for "Tiny Code -Generator". For more information, please take a look at ``tcg/README``. +Generator". For more information, please take a look at :ref:`tcg-ops-ref`. The following sections outline some notable features and implementation details of QEMU's dynamic translator. |