Fixes to allow compilation of BulletMultiThreaded under 64bit linux
This commit is contained in:
@@ -33,7 +33,7 @@ SequentialThreadSupport::~SequentialThreadSupport()
|
||||
#include <stdio.h>
|
||||
|
||||
///send messages to SPUs
|
||||
void SequentialThreadSupport::sendRequest(uint32_t uiCommand, uint32_t uiArgument0, uint32_t taskId)
|
||||
void SequentialThreadSupport::sendRequest(uint32_t uiCommand, ppu_address_t uiArgument0, uint32_t taskId)
|
||||
{
|
||||
switch (uiCommand)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user