Hello,
I'm trying to contribute a 1-line (1 char) fix to
http://grok.gem5.org/xref/gem5/configs/example/se.py?a=true&h=#157
there's a missing ']' @ line 157
- exec("workload = %s(buildEnv['TARGET_ISA', 'linux', '%s')" % (
+ exec("workload = %s(buildEnv['TARGET_ISA'], 'linux', '%s')" % (
the git repo is fighting me :(
$ git push origin HEAD:refs/for/master
Total 0 (delta 0), reused 0 (delta 0)
remote: Processing changes: refs: 1, done
To https://gem5.googlesource.com/public/gem5
! [remote rejected] HEAD -> refs/for/master (no new changes)
error: failed to push some refs to '
https://gem5.googlesource.com/public/gem5'
thanks for any help you can provide
Dave
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev