summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-02-21 10:55:10 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-02-21 10:55:10 +0100
commit69153ad074c89749fe6161b12ad998fc7000a810 (patch)
tree21ccc1bf867c9d730dc17a40988b9331d6a3c7e2 /tools
parent2fcedfe9c69a1ecf46678ae1dd6aaa69ac3e1c70 (diff)
reorganization fb -> fb_old
split off non-etna_pipe demos that still need to be ported to fb_old directory, as demos using raw state manipulation are not as portable to different devices and should not be used as example for new tests
Diffstat (limited to 'tools')
-rw-r--r--tools/etnaviv/asm_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/etnaviv/asm_common.py b/tools/etnaviv/asm_common.py
index 47e7cb1..1c52a6c 100644
--- a/tools/etnaviv/asm_common.py
+++ b/tools/etnaviv/asm_common.py
@@ -207,7 +207,7 @@ def format_instruction(isa, inst):
if inst.cond:
atoms.append(isa.types['INST_CONDITION'].describe(inst.cond))
if inst.sat:
- atoms.append(sat)
+ atoms.append('SAT')
opcode = '.'.join(atoms)
if isinstance(inst.dst, DstOperandAReg):