commit | 26a823305d7fdf369453a8caf5efdd467acddc8c | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Fri May 14 19:32:21 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri May 14 19:32:21 2010 +0000 |
tree | 6b05d3595e644736f8ce6162fd80f088c6f175b9 | |
parent | af2960f942577a0d48f7368ca90fbaa783e77ac3 [diff] [blame] |
cpus: add one 'const' Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/cpus.c b/cpus.c index 826886c..8341f6c 100644 --- a/cpus.c +++ b/cpus.c
@@ -147,7 +147,7 @@ static void qemu_event_increment(void) { /* Write 8 bytes to be compatible with eventfd. */ - static uint64_t val = 1; + static const uint64_t val = 1; ssize_t ret; if (io_thread_fd == -1)