![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include "decompiler/instruction/Instruction.h"
#include "decompiler/CodeGenerator.h"
#include "decompiler/Engine.h"
Functions | |
void | SetOutputStackEffect (bool value) |
Changes whether or not to output the stack effect for an instruction. More... | |
Variables | |
bool | output_stack_effect = true |
void SetOutputStackEffect | ( | bool | value | ) |
Changes whether or not to output the stack effect for an instruction.
[in] | value | True to output the effect, false not to. |
bool output_stack_effect = true |