clean up - comments

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1271 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-02-07 23:10:53 +00:00
parent b8a9e8f133
commit 9d89330183
5 changed files with 31 additions and 38 deletions

View file

@ -556,12 +556,6 @@ void OPPROTO op_rett(void)
FORCE_RET();
}
void raise_exception(int tt)
{
env->exception_index = tt;
cpu_loop_exit();
}
/* XXX: use another pointer for %iN registers to avoid slow wrapping
handling ? */
void OPPROTO op_save(void)