iokto / newton-dynamics

Automatically exported from code.google.com/p/newton-dynamics
0 stars 0 forks source link

IOS fix (svn coreLibrary_300) #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. integrate into ios project
2.
3.

What is the expected output? What do you see instead?

crash after calling dgAtomicExchangeAndAdd() or dgInterlockedExchange()

What version of the product are you using? On what operating system?

core300, svn version

Please provide any additional information below.

in these functions is missing IOS define test and result is unpredictable.  
After append defined(IOS) in POSIX path newton is working correctly.

Original issue reported on code.google.com by capa...@gmail.com on 4 Jun 2014 at 11:06