Merge pull request #410 from Quuxplusone/LIBZMQ-414

[LIBZMQ-414] Fix an error in the inline assembly for Thumb2.
This commit is contained in:
Ian Barber 2012-08-23 13:02:30 -07:00
commit d588dbf27c

View File

@ -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"