Merge m5.eecs.umich.edu:/bk/newmem
into iceaxe.:/Volumes/work/research/m5/current --HG-- extra : convert_revision : 842a23da034c40c75364b76ca75de076da776ac6
This commit is contained in:
commit
10a8769d6d
1 changed files with 2 additions and 1 deletions
|
@ -283,9 +283,10 @@ def main():
|
|||
objects.ExecutionTrace.print_fetchseq = options.print_fetch_seq
|
||||
objects.ExecutionTrace.print_cpseq = options.print_cpseq
|
||||
|
||||
scope = { '__file__' : sys.argv[0] }
|
||||
sys.argv = arguments
|
||||
sys.path = [ os.path.dirname(sys.argv[0]) ] + sys.path
|
||||
|
||||
scope = { '__file__' : sys.argv[0] }
|
||||
exec("import readline", scope)
|
||||
execfile(sys.argv[0], scope)
|
||||
|
||||
|
|
Loading…
Reference in a new issue