From e5f9d4a1444d7a5dcb755ab1304b9be3ee4db6ed Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 17 Jan 2012 13:34:51 -0600 Subject: text insertion code for unnamed TX_FARs These TX_FARs are found in ASM inside INCBIN intervals, and as a consequence do not have good names. Someone will have to review the naming. Note that these texts may or may not be referenced in scripts that will eventually be imported. Some of these are raw texts that could be completely unreferenced, but so far that doesn't look like the case. hg-commit-id: 47239e73071a --- extras/analyze_incbins.py | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/analyze_incbins.py') diff --git a/extras/analyze_incbins.py b/extras/analyze_incbins.py index 353e5ea6..cc8d9810 100644 --- a/extras/analyze_incbins.py +++ b/extras/analyze_incbins.py @@ -236,6 +236,7 @@ def apply_diff(diff, try_fixing=True): #confirm it's working try: subprocess.check_call("cd ../; make clean; LC_CTYPE=UTF-8 make", shell=True) + return True except Exception, exc: if try_fixing: os.system("mv ../common1.asm ../common.asm") -- cgit v1.2.3