summaryrefslogtreecommitdiff
path: root/src/decomp/expr/pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/expr/pseudo.h')
-rw-r--r--src/decomp/expr/pseudo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decomp/expr/pseudo.h b/src/decomp/expr/pseudo.h
index 95612a9..dce6337 100644
--- a/src/decomp/expr/pseudo.h
+++ b/src/decomp/expr/pseudo.h
@@ -29,6 +29,7 @@
#include "../instruction.h"
+#include "../../analysis/variable.h"
@@ -57,6 +58,9 @@ GDecInstruction *g_pseudo_register_new(void);
/* Définit un indice unique pour un pseudo-registre donné. */
void g_pseudo_register_set_index(GPseudoRegister *, size_t);
+/* Précise le nom et le type de la variable. */
+void g_pseudo_register_set_variable(GPseudoRegister *, GBinVariable *);
+
#endif /* _DECOMP_EXPR_PSEUDO_H */