Fixing a bunch of issues with the OS plugin code

llvm-svn: 162527
This commit is contained in:
Enrico Granata
2012-08-24 01:34:39 +00:00
parent bb69a27dbc
commit 4300fab2d4
3 changed files with 9 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ OperatingSystem *
OperatingSystemPython::CreateInstance (Process *process, bool force)
{
// Python OperatingSystem plug-ins must be requested by name, so force must be true
if (force)
//if (force)
return new OperatingSystemPython (process);
return NULL;
}