From 3f592047bb6e3558d9aca19e2e50fa2f533d8331 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sat, 11 Jun 2011 15:40:04 +0400 Subject: DREAMWEB: fixed rep prefix --- devtools/tasmrecover/tasm/cpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/tasmrecover/tasm/cpp.py b/devtools/tasmrecover/tasm/cpp.py index 3caf21e6cf..0e87656bcc 100644 --- a/devtools/tasmrecover/tasm/cpp.py +++ b/devtools/tasmrecover/tasm/cpp.py @@ -393,7 +393,7 @@ namespace %s { self.body += p def _rep(self): - self.body += "\twhile(--context.cx) "; + self.body += "\twhile(context.cx--) "; def _lodsb(self): self.body += "\tcontext._lodsb();\n"; -- cgit v1.2.3