]> Git Repo - qemu.git/blobdiff - hostregs_helper.h
Make sure to link librt if we need to.
[qemu.git] / hostregs_helper.h
index 4fdf8ad9642cc47afa4d7b5e4980fb2c2107a291..67e45e744dfcce56b17f932bc767aa2b541d1ffd 100644 (file)
@@ -18,9 +18,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-/* The GCC global register vairable extension is used to reserve some
-   host registers for use by dyngen.  However only the core parts of the
-   translation engine are compiled with these settings.  We must manually
+/* The GCC global register variable extension is used to reserve some
+   host registers for use by generated code.  However only the core parts of
+   the translation engine are compiled with these settings.  We must manually
    save/restore these registers when called from regular code.
    It is not sufficient to save/restore T0 et. al. as these may be declared
    with a datatype smaller than the actual register.  */
This page took 0.023593 seconds and 4 git commands to generate.