summaryrefslogtreecommitdiff
path: root/tools/d2c/qckcall.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-02 11:58:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-02 12:39:30 (GMT)
commit1db4ef323b7a76093356ae76268132f3760e1631 (patch)
treefec36ee0ec1b6b2010b62ca4177edca0e31e2114 /tools/d2c/qckcall.h
parent1bc80837dde03a32b5ab185067f7bd4c499a9850 (diff)
Rewritten the whole instruction definition format.
Diffstat (limited to 'tools/d2c/qckcall.h')
-rw-r--r--tools/d2c/qckcall.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/d2c/qckcall.h b/tools/d2c/qckcall.h
index 28e607c..dea4792 100644
--- a/tools/d2c/qckcall.h
+++ b/tools/d2c/qckcall.h
@@ -28,7 +28,6 @@
#include <stdbool.h>
-#include "pproc.h"
#include "args/manager.h"
#include "bits/manager.h"
#include "conv/manager.h"
@@ -39,10 +38,10 @@
char *build_cast_if_needed(const char *);
/* Réalise un appel à une fonction liée à une instruction. */
-bool call_instr_func(bool, const char *, const arg_list_t *, int, const coding_bits *, const conv_list *, const pre_processor *);
+bool call_instr_func(const char *, const arg_list_t *, int, const coding_bits *, const conv_list *);
/* Réalise un appel à une fonction liée à une instruction. */
-bool checked_call_instr_func(bool, const char *, const arg_list_t *, int, const coding_bits *, const conv_list *, const pre_processor *);
+bool checked_call_instr_func(const char *, const arg_list_t *, int, const coding_bits *, const conv_list *);