/[qemu]/qemu/target-i386/helper.c
ViewVC logotype

Diff of /qemu/target-i386/helper.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by bellard, Mon Nov 28 21:01:52 2005 UTC revision 1.59 by bellard, Sun Dec 4 18:46:05 2005 UTC
# Line 3478  void tlb_fill(target_ulong addr, int is_ Line 3478  void tlb_fill(target_ulong addr, int is_
3478              }              }
3479          }          }
3480          if (retaddr)          if (retaddr)
3481              raise_exception_err(EXCP0E_PAGE, env->error_code);              raise_exception_err(env->exception_index, env->error_code);
3482          else          else
3483              raise_exception_err_norestore(EXCP0E_PAGE, env->error_code);              raise_exception_err_norestore(env->exception_index, env->error_code);
3484      }      }
3485      env = saved_env;      env = saved_env;
3486  }  }

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26