diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-07-08 19:03:33 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-04 15:51:23 +0000 |
commit | 17a4ed8a5ebbbe8c3e7ea61b523571ddd20fa911 (patch) | |
tree | 4c5cef6eb0ac2a61e038e04430c85343ff1a28bb /memory_mapping-stub.c | |
parent | 9b4c0b56b5f0b341ffa41238e3d2e96ec3b031d9 (diff) | |
download | qemu-17a4ed8a5ebbbe8c3e7ea61b523571ddd20fa911.zip qemu-17a4ed8a5ebbbe8c3e7ea61b523571ddd20fa911.tar.gz qemu-17a4ed8a5ebbbe8c3e7ea61b523571ddd20fa911.tar.bz2 |
bitops: drop volatile qualifier
Qualifier 'volatile' is not useful for applications, it's too strict
for single threaded code but does not give the real atomicity guarantees
needed for multithreaded code.
Drop them and now useless casts.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'memory_mapping-stub.c')
0 files changed, 0 insertions, 0 deletions