summaryrefslogtreecommitdiff
path: root/devel/nasm/files/patch-disasm.h
blob: 3a1fd91bc29448d7d8c0aa25b2b9641815eaf33a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$FreeBSD$

--- disasm.h.orig
+++ disasm.h
@@ -11,8 +11,8 @@
 
 #define INSN_MAX 32	/* one instruction can't be longer than this */
 
-long disasm (unsigned char *data, char *output, int segsize, long offset,
-	     int autosync, unsigned long prefer);
-long eatbyte (unsigned char *data, char *output);
+long disasm (unsigned char *data, char *output, int outbufsize, int segsize, 
+	     long offset, int autosync, unsigned long prefer);
+long eatbyte (unsigned char *data, char *output, int outbufsize);
 
 #endif