diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-12 15:01:13 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-12 15:01:13 -0400 |
commit | 63db33c4b1cd7a071c2a2fe47bda21a73618d054 (patch) | |
tree | 74123b44acc375c80d97272010f8f0be98811b39 /src/arch/isa_parser.py | |
parent | a63cc2ff5fbba0e42a7aa39bfce6b6e2310fd52a (diff) | |
download | gem5-63db33c4b1cd7a071c2a2fe47bda21a73618d054.tar.xz |
isa-parser: made a few changes, but not author-worthy
Diffstat (limited to 'src/arch/isa_parser.py')
-rwxr-xr-x | src/arch/isa_parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/isa_parser.py b/src/arch/isa_parser.py index 25cf84b30..fcb7ea7e4 100755 --- a/src/arch/isa_parser.py +++ b/src/arch/isa_parser.py @@ -25,7 +25,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # Authors: Steve Reinhardt -# Korey Sewell import os import sys |