mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
7dc92d1dac
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>