diff options
author | 2019-06-10 11:08:51 +0800 | |
---|---|---|
committer | 2019-07-15 15:39:02 +0200 | |
commit | 7c960d617ad4fee940c5bb4df96e91ae31f55d18 (patch) | |
tree | 0761d453f8f46442b48fc73ae4ff83f1a7df254b /util/bitmap.c | |
parent | migration/xbzrle: update cache and current_data in one place (diff) | |
download | qemu-7c960d617ad4fee940c5bb4df96e91ae31f55d18.tar.xz qemu-7c960d617ad4fee940c5bb4df96e91ae31f55d18.zip |
cutils: remove one unnecessary pointer operation
Since we will not operate on the next address pointed by out, it is not
necessary to do addition on it.
After removing the operation, the function size reduced 16/18 bytes.
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190610030852.16039-2-richardw.yang@linux.intel.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'util/bitmap.c')
0 files changed, 0 insertions, 0 deletions