]> Git Repo - qemu.git/blobdiff - target-moxie/helper.c
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging
[qemu.git] / target-moxie / helper.c
index 6c98965b93201806d82d61ba088a44730339504d..f91ac28d34a6ab5e6851f2fc964adafd693336df 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
 
 #include "config.h"
 #include "cpu.h"
@@ -56,7 +55,7 @@ void helper_raise_exception(CPUMoxieState *env, int ex)
     /* Stash the address where the exception occurred.  */
     cpu_restore_state(cs, GETPC());
     env->sregs[5] = env->pc;
-    /* Jump the the exception handline routine.  */
+    /* Jump to the exception handline routine.  */
     env->pc = env->sregs[1];
     cpu_loop_exit(cs);
 }
This page took 0.021021 seconds and 4 git commands to generate.