cfb6182a3f
Submitted by Andrew Dalgleish <openbsd@ajd.net.au>. GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib.
12 lines
490 B
Plaintext
12 lines
490 B
Plaintext
$OpenBSD: patch-libgputils_gpdis_h,v 1.1.1.1 2003/11/03 01:02:36 naddy Exp $
|
|
--- libgputils/gpdis.h.orig 2003-10-14 22:30:40.000000000 +1000
|
|
+++ libgputils/gpdis.h 2003-10-14 22:30:56.000000000 +1000
|
|
@@ -22,6 +22,6 @@ Boston, MA 02111-1307, USA. */
|
|
#ifndef __GPDIS_H__
|
|
#define __GPDIS_H__
|
|
|
|
-void gp_disassemble(MemBlock *m, int *org, enum proc_class class, char *buffer);
|
|
+void gp_disassemble(MemBlock *m, int *org, enum proc_class class, char *buffer, size_t sizeof_buffer);
|
|
|
|
#endif
|