Commit d588dbf2 authored by Ian Barber's avatar Ian Barber

Merge pull request #410 from Quuxplusone/LIBZMQ-414

[LIBZMQ-414] Fix an error in the inline assembly for Thumb2.
parents 033e311d 28c9255d
......@@ -141,6 +141,7 @@ namespace zmq
"1: ldrex %1, [%3]\n\t"
" mov %0, #0\n\t"
" teq %1, %4\n\t"
" it eq\n\t"
" strexeq %0, %5, [%3]\n\t"
" teq %0, #0\n\t"
" bne 1b\n\t"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment