decompiler
1.0.0
|
Exception for bad instruction data. More...
#include <translate.hh>
Public Member Functions | |
BadDataError (const string &s) | |
Constructor. More... | |
Public Member Functions inherited from ghidra::LowlevelError | |
LowlevelError (const string &s) | |
Initialize the error with an explanatory string. | |
Additional Inherited Members | |
Public Attributes inherited from ghidra::LowlevelError | |
string | explain |
Exception for bad instruction data.
This error is thrown when the system cannot decode data for a particular instruction. This usually means that the data is not really a machine instruction, but may indicate that the system is unaware of the particular instruction.
|
inline |
Constructor.
s | is a more verbose description of the error |