commit | b91ea30b5acc90cd2fa583df8793f179bc2893e1 | [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 | d8414fc18891a64aaac37bfee27c99bac41302cf [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>