OSDN Git Service

2001-06-22 Ben Elliston <bje@redhat.com>
authorbje <bje>
Fri, 22 Jun 2001 07:09:08 +0000 (07:09 +0000)
committerbje <bje>
Fri, 22 Jun 2001 07:09:08 +0000 (07:09 +0000)
* m32rbf.cxx (m32rbf_cpu::memory_trap): Ignore bus::delayed.

sid/component/cgen-cpu/m32r/ChangeLog
sid/component/cgen-cpu/m32r/m32rbf.cxx

index e3f02fe..b991600 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-22  Ben Elliston  <bje@redhat.com>
+
+       * m32rbf.cxx (m32rbf_cpu::memory_trap): Ignore bus::delayed.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index f663383..ac51d91 100644 (file)
@@ -98,9 +98,6 @@ m32rbf_cpu::memory_trap (const cpu_memory_fault& t)
 {
   this->h_pc_set (t.pc);
 
-  if (t.status == bus::delayed)
-    return;
-
   if (this->debug_exec_p)
     cerr << "MEMORY TRAP "
         << " operation=" << t.operation