From 5f0b40e531acad4fac0ed068f9dce13077ff9645 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 1 Mar 2009 23:07:28 +0000 Subject: [PATCH] restore call to Client::releaseTemporary in moveCM --- src/x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86.cpp b/src/x86.cpp index 674e06f6d8..77c91367cd 100644 --- a/src/x86.cpp +++ b/src/x86.cpp @@ -990,7 +990,7 @@ moveCM(Context* c, unsigned aSize UNUSED, Assembler::Constant* a, Assembler::Register tmp(c->client->acquireTemporary()); moveCR(c, 8, a, 8, &tmp); moveRM(c, 8, &tmp, 8, b); - + c->client->releaseTemporary(tmp.low); } } else { Assembler::Constant ah(shiftMaskPromise(c, a->value, 32, 0xFFFFFFFF));