mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Add docs for source_variable_t
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user