summaryrefslogtreecommitdiff
path: root/src/jtag/parport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/parport.c')
-rw-r--r--src/jtag/parport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/parport.c b/src/jtag/parport.c
index 6386940e..a46d611f 100644
--- a/src/jtag/parport.c
+++ b/src/jtag/parport.c
@@ -375,7 +375,7 @@ int parport_init(void)
dataport = parport_port;
statusport = parport_port + 1;
- DEBUG("requesting privileges for parallel port 0x%x...", dataport);
+ DEBUG("requesting privileges for parallel port 0x%lx...", dataport);
#if PARPORT_USE_GIVEIO == 1
if (parport_get_giveio_access() != 0)
#else /* PARPORT_USE_GIVEIO */