From a566c3f53b47a5dbc50a74e1b58cfb7432926b93 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sun, 10 Jul 2005 13:34:39 +0000 Subject: [PATCH] Added handling of another case. --- zsnes/src/tools/sec-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/tools/sec-test.cpp b/zsnes/src/tools/sec-test.cpp index 2e057dad..e30ec643 100644 --- a/zsnes/src/tools/sec-test.cpp +++ b/zsnes/src/tools/sec-test.cpp @@ -136,7 +136,7 @@ void handle_file(const char *filename) if ((cur_section != sec_text) && (cur_section != sec_macro)) { - if (!contains_resx(line) && !contains_dx(line) && !label(line) && + if (!contains_resx(line) && !contains_dx(line) && !label(line) && !strstr(line, "RMREGS") && !strstr(line, "NEWSYM") && !strstr(line, "EXTSYM") && !strstr(line, " equ ") && (*line != '%') && !strstr(line, "ALIGN") && strncmp(line, "bits ", strlen("bits "))) {