OSDN Git Service

* build fix
authorfche <fche>
Fri, 30 Nov 2001 23:05:23 +0000 (23:05 +0000)
committerfche <fche>
Fri, 30 Nov 2001 23:05:23 +0000 (23:05 +0000)
2001-11-30  Frank Ch. Eigler  <fche@redhat.com>

* cpu/x86.h: Add dummy x86_cpu dtor.

sid/component/bochs/ChangeLog
sid/component/bochs/cpu/x86.h

index 71a0c3f..b25b168 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-30  Frank Ch. Eigler  <fche@redhat.com>
+
+       * cpu/x86.h: Add dummy x86_cpu dtor.
+
 2001-11-28  Thomas Fitzsimmons  <fitzsim@redhat.com>
 
        * configure.in: Add AC_EXEEXT.
index 8f991f2..bd77b8f 100644 (file)
@@ -40,6 +40,7 @@ class x86_cpu : public sidutil::basic_bi_endian_cpu {
     bool verbose_p;
     
     x86_cpu ();
+    ~x86_cpu () throw () {}
 
     void do_syscall();
     void do_breakpoint();