summaryrefslogtreecommitdiff
path: root/hostregs_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostregs_helper.h')
-rw-r--r--hostregs_helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hostregs_helper.h b/hostregs_helper.h
index 4fdf8ad964..67e45e744d 100644
--- a/hostregs_helper.h
+++ b/hostregs_helper.h
@@ -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. */