Add another necessary patch.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 3 Apr 2006 22:16:07 +0000 (22:16 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 3 Apr 2006 22:16:07 +0000 (22:16 +0000)
src/misc/bochs-2.2.6-jitter.patch

index ad7ccb9b25661da1438e428c38e70345b70dd70b..fe5144c09849394a74fb7f1e3f5580f52738b849 100644 (file)
@@ -49,3 +49,13 @@ diff -urp bochs-2.2.6/main.cc bochs-2.2.6.orig/main.cc
      else if (!strcmp ("-f", argv[arg])) {
        if (++arg >= argc) BX_PANIC(("-f must be followed by a filename"));
        else bochsrc_filename = argv[arg];
+diff -up /home/blp/cs140/bochs-2.2.6/bochs.h\~ /home/blp/cs140/bochs-2.2.6/bochs.h
+--- bochs-2.2.6/bochs.h.orig   2006-01-28 08:16:02.000000000 -0800
++++ bochs-2.2.6/bochs.h        2006-04-03 14:03:54.000000000 -0700
+@@ -698,4 +698,6 @@ int bx_init_hardware ();
+ #endif
++extern int jitter;
++
+ #endif  /* BX_BOCHS_H */