changeset 7ef21c6c76bb in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=7ef21c6c76bb
description:
Microcode: Fix a silent typo error in the microcode assembler.
diffstat:
0 files changed
diffs (12 lines):
diff -r 6c00fcf12fdf -r 7ef21c6c76bb src/arch/micro_asm.py
--- a/src/arch/micro_asm.py Thu Oct 09 00:07:21 2008 -0700
+++ b/src/arch/micro_asm.py Thu Oct 09 00:07:38 2008 -0700
@@ -141,7 +141,7 @@
try:
for label in statement.labels:
container.labels[label.text] = microop
- if label.extern:
+ if label.is_extern:
container.externs[label.text] = microop
container.add_microop(statement.mnemonic, microop)
except:
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev