]> Git Repo - qemu.git/commit - include/qemu/atomic.h
atomic: fix position of volatile qualifier
authorPaolo Bonzini <[email protected]>
Tue, 4 Nov 2014 13:35:28 +0000 (14:35 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 23 Dec 2014 09:14:46 +0000 (10:14 +0100)
commit2cbcfb281afa041a41f6e4c4da0f5c9314084604
tree3c15c765721ea256869533e552876d9d7538c951
parentc95f3901b4ead79f3fe2c641fda7d2c70fc84c72
atomic: fix position of volatile qualifier

What needs to be volatile is not the pointer, but the pointed-to
value!

Cc: [email protected]
Signed-off-by: Paolo Bonzini <[email protected]>
include/qemu/atomic.h
This page took 0.024547 seconds and 4 git commands to generate.