diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2019-10-27 21:27:04 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2019-10-27 22:55:50 -0400 |
| commit | 6d44b037731fe497a98739bfd237e430f90974aa (patch) | |
| tree | f9ef42f61ccbab8c15bcc072fea07249de7a6465 /lowlevelilinstruction.h | |
| parent | a49e1b7d4e3d1bab73337b6d9412350f39f5ce15 (diff) | |
Eliminate most warnings on Linux
Diffstat (limited to 'lowlevelilinstruction.h')
| -rw-r--r-- | lowlevelilinstruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h index 2b456bb1..af005943 100644 --- a/lowlevelilinstruction.h +++ b/lowlevelilinstruction.h @@ -61,6 +61,7 @@ namespace BinaryNinja RegisterOrFlag(); RegisterOrFlag(bool flag, uint32_t i); + RegisterOrFlag(const RegisterOrFlag& v); bool IsRegister() const { return !isFlag; } bool IsFlag() const { return isFlag; } |
