summaryrefslogtreecommitdiff
path: root/src/decomp/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/context.h')
-rw-r--r--src/decomp/context.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/decomp/context.h b/src/decomp/context.h
index 76105e6..926a372 100644
--- a/src/decomp/context.h
+++ b/src/decomp/context.h
@@ -28,7 +28,7 @@
#include <glib-object.h>
-#include "expr/pseudo.h"
+#include "instruction.h"
#include "../arch/archbase.h"
@@ -61,6 +61,9 @@ vmpa_t g_dec_context_get_max_address(const GDecContext *);
/* Définit l'adresse où la décompilation n'est plus souhaitée. */
void g_dec_context_set_max_address(GDecContext *, vmpa_t);
+/* Convertit un registre machine en un pseudo-registre. */
+GDecInstruction *g_dec_context_convert_register(GDecContext *, gpointer);
+
#endif /* _DECOMP_CONTEXT_H */