now builds on 64 and 32 bit systems

git-svn-id: svn://svn.berlios.de/openocd/trunk@1748 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-05-11 21:05:51 +00:00
parent f17bb0cf1e
commit 3e58929e62
3 changed files with 3 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ extern void jtag_add_callback(jtag_callback1_t, u8 *in);
/* This type can store an integer safely by a normal cast on 64 and
* 32 bit systems. */
typedef void *jtag_callback_data_t;
typedef intptr_t jtag_callback_data_t;
/* The generic callback mechanism.
*