aboutsummaryrefslogtreecommitdiff
path: root/translate-op.c
diff options
context:
space:
mode:
Diffstat (limited to 'translate-op.c')
-rw-r--r--translate-op.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/translate-op.c b/translate-op.c
index 37c61e1b7..8104e86f2 100644
--- a/translate-op.c
+++ b/translate-op.c
@@ -24,6 +24,7 @@
#include <inttypes.h>
#include "config.h"
+#include "osdep.h"
enum {
#define DEF(s, n, copy_size) INDEX_op_ ## s,
@@ -33,5 +34,8 @@ enum {
};
#include "dyngen.h"
+extern int dyngen_code(uint8_t *gen_code_buf,
+ uint16_t *label_offsets, uint16_t *jmp_offsets,
+ const uint16_t *opc_buf, const uint32_t *opparam_buf, const long *gen_labels);
#include "op.h"