aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.py b/parse.py
index 0398772..bf60e68 100755
--- a/parse.py
+++ b/parse.py
@@ -982,7 +982,7 @@ def make_c(instr_dict):
'''
# Replace '=rs' with 'equrs' in the output
- output_str = output_str.replace('=RS', '_EQU_RS')
+ output_str = output_str.replace('=RS', '_EQ_RS')
# Write the modified output to the file
with open('encoding.out.h', 'w') as enc_file: