mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
In preparation for the instruction fetching step, we modify the decoding loop so that we can check what the last decoding error is. We also switch to explictly using decode_out() which removes a 32 bytes copy compared to decode(). Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>