More build fixes of unittests, this time for x86_64.

This commit is contained in:
Oliver Tappe
2014-06-11 12:44:39 +02:00
parent 77aa0e2a5e
commit 9aec6561a8
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ BTestShell::WasDebuggerCalled()
{
void *var = tls_get(fTLSDebuggerCall);
tls_set(fTLSDebuggerCall, NULL);
return ((int)var > 1);
return ((addr_t)var > 1);
}
_EXPORT