summaryrefslogtreecommitdiff
path: root/tools/d2c/coder.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-30 21:53:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-30 21:53:30 (GMT)
commit65e12afde4bd9cd32e206f874cfa378708248918 (patch)
treef20703aa76917732b65781c8b45c2a356224bdc1 /tools/d2c/coder.h
parentb48aa163302c32be9624782015507c1138b13d59 (diff)
Defined the parent directory as the working location for generation.
Diffstat (limited to 'tools/d2c/coder.h')
-rw-r--r--tools/d2c/coder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/d2c/coder.h b/tools/d2c/coder.h
index 143b969..2164097 100644
--- a/tools/d2c/coder.h
+++ b/tools/d2c/coder.h
@@ -106,7 +106,8 @@ typedef enum _InputOutputType
/* Regroupement des informations utiles à la génération */
typedef struct _output_info
{
- const char *directory; /* Répertoire de destination */
+ char *opcodes_dir; /* Répertoire pour les opcodes */
+
InputOutputType type; /* Type des définitions (E/S) */
const char *arch; /* Architecture à traiter */
const char *arch_cn; /* Nom de code de l'archi. */