commit | 26ca2075babd7775e246b9eb7da75d6de77eb658 | [log] [tgz] |
---|---|---|
author | Wei Yang <richardw.yang@linux.intel.com> | Thu Mar 21 16:25:54 2019 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 16 12:32:20 2019 +0200 |
tree | ef8caaebd03f2f04bc098c9c78e6e3c5d7608318 | |
parent | b797ab1a15ba8d2b2fc4ec3e1f24d755f6855d05 [diff] |
exec.c: correct the maximum skip value during compact skip is defined with 6 bits. So the maximum value should be (1 << 6). Signed-off-by: Wei Yang <richardw.yang@linux.intel.com> Message-Id: <20190321082555.21118-6-richardw.yang@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>