Re: ARM Updates
- Posted by mattlewis (admin) Apr 11, 2013
- 2145 views
coconut said...
Load and run but still crash sanity.ex at same point poke() peek() test.
I just pushed up a fix. It's another difference in how ARM and x86 cast doubles to ints. We'll need to do the same fix for other poke sizes. I added a test to t_machine.e, and it now passes interpreted and translated.
I also ifdef'd pit the call() test in sanity.ex. I'm not sure what the equivalent ARM version should be to return immediately. Now sanity.ex passes on my Pi.
Matt