commit | 7246c4cc470409bc77ae607463d1fcd026149d6a | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Thu Jun 20 13:16:54 2024 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 28 14:44:51 2024 +0200 |
tree | 66d4d3f9c338c2e43f336339d8780bc67e6f6d86 | |
parent | 17c7df806b39d512271749ffdfc0376473744d63 [diff] |
exec: don't use void* in pointer arithmetic in headers void* pointer arithmetic is a GCC extentension which could not be available in other build tools (e.g. C++). This changes removes this assumption. Signed-off-by: Roman Kiryanov <rkir@google.com> Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Link: https://lore.kernel.org/r/20240620201654.598024-1-rkir@google.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>