Fix clock: line in bochsrc.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Apr 2006 23:17:50 +0000 (23:17 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Apr 2006 23:17:50 +0000 (23:17 +0000)
src/utils/pintos

index fe7d9544583b13960e4127b048e2d1f2f846d834..fdaa91867c3ea7b8fd643c8a76c5c7c26cc50cf1 100755 (executable)
@@ -383,7 +383,8 @@ log: bochsout.txt
 panic: action=fatal
 EOF
     print BOCHSRC "gdbstub: enabled=1\n" if $debug eq 'gdb';
-    print BOCHSRC "clock: sync=", $realtime ? 'realtime' : 'none', "time0=0\n";
+    print BOCHSRC "clock: sync=", $realtime ? 'realtime' : 'none',
+      " time0=0\n";
     print_bochs_disk_line ("ata0-master", 0);
     print_bochs_disk_line ("ata0-slave", 1);
     if (defined ($disks_by_iface[2]{FILENAME})