summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/68kinst.h b/68kinst.h
index a43a775..f1aba46 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -185,6 +185,7 @@ typedef struct {
uint16_t * m68k_decode(uint16_t * istream, m68kinst * dst, uint32_t address);
uint32_t m68k_cycles(m68kinst * inst);
int m68k_disasm(m68kinst * decoded, char * dst);
+int m68k_disasm_labels(m68kinst * decoded, char * dst);
#endif