FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_int/disasm.sh @ 49:a92e07daf86a
l1_async.c: deleted two unused static vars that were causing diffs in object
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 05 Mar 2016 00:03:42 +0000 |
parents | 851c826f9545 |
children | 7f883b707182 |
line wrap: on
line source
#!/bin/sh set -e for i in `cat disasm-list` do tiobjd ../../blobs/l1_int/$i.obj disasm -gl > $i.orig tiobjd ../../blobs/l1_int.upd/$i.obj disasm -gl > $i.tiupd tiobjd ../../__out__/gsm*/obj/l1_int/$i.obj disasm -gl > $i.new done