Skip to content

Commit

Permalink
Missed a check that needs to use Using_Processes, too
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Apr 8, 2012
1 parent 1db1862 commit 3f002cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/platform/abstract_os_interface.cpp
Expand Up @@ -39,7 +39,7 @@ char* Abstract_OS_Interface::map_heap_memory(size_t total_size,
assert_always(Max_Number_Of_Cores >= Logical_Core::group_size);

assert( Memory_Semantics::cores_are_initialized() );
assert( On_Tilera || Logical_Core::running_on_main() );
assert( Using_Processes || Logical_Core::running_on_main() );


const bool print = false;
Expand Down

0 comments on commit 3f002cf

Please sign in to comment.