docs: Add docs for source_variable_t

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2025-12-27 02:39:20 -04:00
parent 15c7418b77
commit 1ea02d4ba9

View File

@@ -358,6 +358,7 @@ PRINT v3
## Variable Design
```c
// This struct is *only* used for SSA construction. It maps the program's original state (like Guest Registers) to the current SSA variable.
typedef struct
{
uint32_t current_ssa_index;