More build fixes of unittests, this time for x86_64.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user