engine: add TODO to replace a flag

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2026-06-03 01:02:14 -04:00
parent 109f6bf6e8
commit 4461cf1931
+1
View File
@@ -2,6 +2,7 @@
#define BALLISTIC_BAL_ENGINE_FLAGS_H
/// The engine is currently executing guest code.
/// TODO: This flag does nothing. Find a suitable flag to replace this.
#define BAL_ENGINE_FLAG_RUNNING (1U << 0)
/// Forces the engine to return to the host after executing a single instruction.