summaryrefslogtreecommitdiff
path: root/src/arch/isa_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/isa_parser.py')
-rwxr-xr-xsrc/arch/isa_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/isa_parser.py b/src/arch/isa_parser.py
index 8e13b6a6a..4c23529f0 100755
--- a/src/arch/isa_parser.py
+++ b/src/arch/isa_parser.py
@@ -1945,7 +1945,7 @@ StaticInstPtr
else:
print 'File', file, 'is unchanged'
else:
- print 'Generating', file
+ print ' [GENERATE]', file
update = True
if update:
f = open(file, 'w')