summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mkfiles/vc10/genperf/run.bat2
-rw-r--r--Mkfiles/vc9/genperf/run.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/vc10/genperf/run.bat b/Mkfiles/vc10/genperf/run.bat
index 1811dd6e..9c22b57e 100644
--- a/Mkfiles/vc10/genperf/run.bat
+++ b/Mkfiles/vc10/genperf/run.bat
@@ -11,7 +11,7 @@ goto therest
echo Building with Python ...
set _res_=%_my_:*REG_SZ=%
set _end_=%_res_:*exe"=%
-call set _python_=%%res:%_end_%=%%
+call set _python_=%%_res_:%_end_%=%%
call %_python_% modules\arch\x86\gen_x86_insn.py
:therest
diff --git a/Mkfiles/vc9/genperf/run.bat b/Mkfiles/vc9/genperf/run.bat
index 1811dd6e..9c22b57e 100644
--- a/Mkfiles/vc9/genperf/run.bat
+++ b/Mkfiles/vc9/genperf/run.bat
@@ -11,7 +11,7 @@ goto therest
echo Building with Python ...
set _res_=%_my_:*REG_SZ=%
set _end_=%_res_:*exe"=%
-call set _python_=%%res:%_end_%=%%
+call set _python_=%%_res_:%_end_%=%%
call %_python_% modules\arch\x86\gen_x86_insn.py
:therest