summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-11-04 01:49:34 -0500
committerMason Reed <mason@vector35.com>2024-11-04 01:49:34 -0500
commit9fde722d8125a2a9d2d850c7ec9afe3293ccc22c (patch)
treeb934b6ee8b54db66e780713b2c5bc2072769e41c /rust
parent9d30f0f1b8388c13c768f962e616d5292a506930 (diff)
Add some more TODO items in rust
Diffstat (limited to 'rust')
-rw-r--r--rust/src/llil/expression.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/llil/expression.rs b/rust/src/llil/expression.rs
index 94fd52ed..f04368a7 100644
--- a/rust/src/llil/expression.rs
+++ b/rust/src/llil/expression.rs
@@ -181,7 +181,7 @@ where
LLIL_UNIMPL => ExprInfo::Unimpl(Operation::new(function, op)),
LLIL_UNIMPL_MEM => ExprInfo::UnimplMem(Operation::new(function, op)),
- // TODO TEST_BIT ADD_OVERFLOW
+ // TODO TEST_BIT ADD_OVERFLOW LLIL_REG_STACK_PUSH LLIL_REG_STACK_POP
_ => {
#[cfg(debug_assertions)]
{