commit | 8c6ec412b450ad790fc373674a34313c8f6e3f6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 20:56:43 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 07:11:17 2014 -0700 |
tree | 882cbd362c562a41f3eb689a6a45b3d95e19a69c | |
parent | b3521f2e495c8cd91226af9b34f2d7ef5a24c665 [diff] |
bios_emulator: Always print errors when opcode decode fails This is a rare event and should not happen. When it does it is confusing to work out why. At least we should print a message. Adjust the emulator to always print decode errors to the console. Signed-off-by: Simon Glass <sjg@chromium.org>